STM32 HAL Uart receive interrupt stops receiving at random times
I am using an F303RE and UART communications for a project.I'm using all 5 uarts, all with the HAL-library interrupt based transmit and receive.The main communication protocol is MAVLINK, with one of the UARTs being SBUS.My issue:After a random amoun...