uart3.cpp File Reference
Include dependency graph for uart3.cpp:

Functions | |
void | UART3_IRQHandler () |
Function Documentation
void UART3_IRQHandler | ( | void | ) |
IRQ Handler needs to be enclosed in extern "C" because this is C++ file, and we don't want C++ to "mangle" our function name. This ISR Function need needs to be named precisely to override "WEAK" ISR handler defined at startup.cpp