2022-04-29 03:05 PM
Hi,
We have been experiencing severe issues with RX UART on STM32L071.
The RX bus stops receiving data while running, and the only way we could recover from it was to initiate the UART back again which probably clears the registers.
Is anyone familiar with the issue?
We could not find anything in Errata.
Thanks.
2022-04-29 05:06 PM
Do you handle overrun error?
JW
2022-05-04 02:17 AM
Thanks @Community member !
That was the issue.
I've disabled the overrun in CubeMX and everything works as expected.
Itamar