I use STM32F030R8T8 programming with CUBE and TrueStudio. I have a problem with the frame error in UART communication on RS485 line. I have implemented the error_callback function to reset the error, but receiving remains blocked.
In a similar question it is recommended to carry out the instructions:void HAL_UART_ErrorCallback (UART_HandleTypeDef * huart){ // I implement this .. but eventually you can decide with different approach // Many macros / proc on this code .. is just...