This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

application stops once UART interrupt occurs

uart_fsm and proc_fsm never get called. debug on the first line of the uart_fsm and proc_fsm are do not come even gpio toggling stops once uart interrupt received. I am modifying ble_app_uart code.

Any idea?

for (;;)
{			
// Manage power if waiting for events
power_manage();


uart_fsm();

proc_fsm();

nrf_gpio_pin_toggle(4);
}
Parents Reply Children
No Data
Related