UART中断在提单e_app_peripheral
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