HAL UART Receive with Interrupt issue
Posted on September 13, 2016 at 22:12Hello everyone i'm a beginner, i have implemented uart receive of variable number of characters successfully using IRQ and RXCmpltCallback , what i did is i have received each character one by one and then insert...