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

Zephyr UART_ASYNC_API not recovering from UART_RX_STOPPED event

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?

Parents Reply Children
No Data
Related