Hello,
I am developing nRF52832 with SDK 16.0.0, ESB prx example.
ESB prx receive BLE and send it to UART.
UART is configured to 1000000 baud, which is maximum rate.
During operation, ESB prx is stopped suddenly.
Because nrf_drv_uart_tx returns 0x11. Then app_error_fault_handler was called, and SW stopped at NRF_BREAKPOINT_COND.
Is there a way to reset nRF52832 when error occurs?