This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

question for the example:ble_app_uart_s132_pca10036

phenomenon: the program is polling in the 'uart_event_handle'

my attempt: i found that the 'uart_event_handle' is called by the 'uart_event_handler' , so the program is polling in 'the uart_event_handler', and the 'uart_event_handler' is init by the 'nrf_drv_uart_init',so the i think after this function,the program enable the uart and the program is polling in the 'uart_event_handler'.

my question:

  1. why after init by the 'nrf_drv_uart_init' , the program is polling at the 'uart_event_handler'
  2. is it having something to do with 'power_manage' ?
Parents Reply Children
No Data
Related