STM32F4 slave uart DMA circular buffer
Posted on June 09, 2014 at 19:00I have to write new driver for uart slave interface with a STM32F407 For RX I thought I enable DMA in circular buffer mode. The device is always ready to receive and with HC and TC DMA interrupt I can download the R...