Hello, I am using nrf52810 and S112 Softdevice.
After initializing uart, use uart close for uart sleep.
Then the uart close will be checked.
I want to make an uart init and bring it back to life.
What is the method?
Thank you.
Hello, I am using nrf52810 and S112 Softdevice.
After initializing uart, use uart close for uart sleep.
Then the uart close will be checked.
I want to make an uart init and bring it back to life.
What is the method?
Thank you.
1.app_uart_close()
2. nrf_drv_uart_uninit(&app_uart_inst);
3. We don't know what the nrf_drv_uart_uninit is doing after that.
-> "stopped by vector catch" occurs and does not know where it is going.
I don't know what to modify in app_uart_FIFO.....
I solved it. Thank you.
Could you please let us know how you solved it after the vector catch so that others can be helped when they come across this thread?