Resolved! How do I process just UART RX interrupt events while using HAL_UART_Transmit_IT
I've run into another hurdle I don't seem to be able to solve myself while trying to learn embedded STM32 programming. I have a simple test program that transmits characters over a UART with the RX and TX pins looped together and receives them using ...