Question
STM32F4 slave uart DMA circular buffer
Posted on June 09, 2014 at 19:00
I have to
write new driver for
uart
slave
interface
with
a
STM32F407
For RX I thought I
enable DMA
incircular
buffer
mode. The device is always ready to receive and with HC
and
TCDMA
interrupt I
can
download the RX data
from the receiver buffer.
But with message rx tail or if the length of the received message can't trigger a DMA interrupt how I can solve ?Someone
has already solved
a
similar
situation
Thanks #stm32-usart-dma