HAL_UART_ErrorCallback(UART_HandleTypeDef *huart) behavior
I'm not using the internal autobaud system.but i do try to catch wrong baudrate's by monitoring the ORE flag.The ORE flag is never '1' when i run the program full speed, but when i add a breakpoint in the callback and step ORE is flagged correctly ?W...