Incorrect buffer filling when receiving data via UART using interrupts.
Hello everyone!I have a problem with filling the buffer with data when I receive it via UART using an interrupt. I use a microcontroller of the STM32G03 series. Packets are sent at a frequency of 4 times per second. As a result, the buffer is filled ...