Using DMA in Circular mode does not update the data array
Posted on July 25, 2016 at 16:41 Hi guys, I'm working on STM32F746-Discovery and I'm trying to read through DMA the digital microphone. I would like to save in a circular buffer the readed data, so that I can process it using DSP. The ...