STM32F207 Usart DMA RX Interrupt
Posted on April 26, 2012 at 21:20dear all, I'm working with the microcontroller STM32F207, below there is my function to configure the DMA in order to acquire 3 characters from USART2 and have the interrupt when those 3 characters arrived. Unfortuna...