USART DMA STM32F4
Posted on February 05, 2013 at 09:27I am using Usart with Dma for external communication STM32F407For transmission we can set the number of bytes to send.But how could I use DMA for receiving, if the number of bytes is not known? I want to get an i...