When turning off the UART device, the UART ASYNC API callback will be called with the UART_RX_STOPPED event.
This will then not recover, and the event will be spammed infinitely.
I have tried immediately re-enabling the UART, and disabling the UART. Both do not solve the problem.
What is the appropriate way to handle the UART_RX_STOPPED event?