Hi,
I am trying to implement communication via UART and a characteristics with read/write/notify properties (no DSPS or Codeless)
I tested the uart example from sdk without problem
I am now trying to add uart to the ble_peripheral example :
- I can write bytes to the characteristics wich are transmitted to UART without problem
- Now I have a problem with UART receive interrupt which is never triggered when I send bytes, but using blocking mode works without problem
I used the same settings as the uart example, should I do anything else to import a non-ble example to the ble_app_peripheral project ?
I am working with Keil in debug mode