DMA Double Buffer IRQ
Posted on December 14, 2011 at 20:35I currently have code which runs on the STM32F4-Discovery board and DMA's data from the ADC to a buffer. I am using double buffering, so I can operate on one buffer while the other is being filled. In short, my ...