Question
STM32F407 DMA USART Issue?
Posted on September 20, 2013 at 17:30
Hello,
I am using a STM32F407. My application needs both USART1 and USART6 to concurrently receive data. I would like to use DMA2 to transfer data received from each USART to external RAM via the FSMC and ensure no data is lost. In the Errata document for this device (Section 2.1.10 of DM00037591) it says that DMA2 may corrupt data with certain peripherals when they are used concurrently. Does anyone know if this errata applies to DMA2 when USART1 and USART6 are used? #stm32f2-usart1/6-dma2 #usart-dma2