Posted on May 17, 2011 at 12:28The way I plan to handle this with the STM32 is to not use interrupts in the USART at all (except for error handling). The DMA transfer is the producer and some foreground task is the consumer. Something like this (rem...