HAL UART_IT receive different length commands
Posted on March 06, 2018 at 19:03I am using the STM32F042F6 with ARM Keil toolchain. I am trying to use UART interrupts to receive commands of different lengths. I have managed to get it some what working using the attached code. I have made a recei...