Write time-out on STLink UART
Hello,
I am using an STM32F072 Nucleo board. I use the STLink USB-to-UART bridge to communicate with the MCU.
From time to time, the STLink UART on the PC gives a write timeout. I cannot reproduce this readily, it does not happen often.
The COM-port still appears in the Windows Device Manager, and I can afterwards still open the port. However, sending bytes is impossible until the STLink is reset.
The UART is not configured with any hardware flow control. Both RX & TX lines are high, as excepted, without activity.
Debugging also remains possible. Through the debugger, I can observe that my program on the STM32F072 has not reset or is not behaving strangely. It is simply waiting for the next characters.
Could anyone suggest a way to debug this further? Thanks in advance.
