We're having comm issues on our UART, and after setting a signal output that toggles every receive interrupt I can look at the stream of characters on a scope, sometimes I notice missed received interrupts on the input stream, resulting in comm failures.
What can I do to eliminate this problem? Is there a way to elevate the receive interrupt priority above all the rest of the interrupts? There are also critical places in the code where interrupts are globally disabled, so I'll need to look at those as well.
Thanks