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

UART HW flow control bugs

I have an nrf52832 connected to a UART-USB driver with RTS/CTS. CLI manages the UART connection. Using SDK 14.0.

When HWFC is enabled, if a serial connection is NOT established immediately, the scheduler library overflows with tasks causing the device to reset.

No such overflow is observed when the serial connection is established immediately. Or when HWFC is disabled.

Is there any configuration that needs to take place for RTS/CTS pins? It seems as if the UART module is going into blocking mode perhaps when HWFC is enabled and USB serial connection disabled?

Related