Question
UART OVERRUN ERROR In STM32G473
Hi ST Team,
I’ve been using STM32G473VET3 for my product for the past 2 years.
Right now I’m testing the code which I’ve freezed an year ago. But it enters uart error callback as soon as it calls HAL_UART_RECEIVE_IT function.(Overrun error continuously even after clearing it, Also no data is sending in that line).
Hence I’ve generated new code in the cubemx also. In that also same problem arises whenever HAL_UART_RECEIVE_IT is called.
IDE version : 1.18.1
MX version : 6.14.0
G4 package version : V1.3.0
