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:
- why after init by the 'nrf_drv_uart_init' , the program is polling at the 'uart_event_handler'
- is it having something to do with 'power_manage' ?