User Activity

Posted on February 25, 2016 at 16:52Hello, I am using the Audio Record and Playback example for STM32F746G-DISCO board. I want to stop the DMA transfer in order to process the data stored so far. Can anyone tell me a way to stop the DMA?
Posted on January 14, 2016 at 10:11Hello, I'm using STM32F746G-DISCO Audio Record and Playback example. In loopback mode I want to apply an echo effect to the input buffer before sending it to the output. The code is as follows: int main(void) {   ...