Use of DMA circular buffers in HAL drivers (UART RX, STM32F3)
Posted on October 12, 2014 at 18:31 Hello everyone, I am trying to port my software to HAL drivers and came across a problem with use of circular buffer. I use it on the RX of UART to continuously receive data. It works as it should on th...