STM32F412 I2S DMA pause resume does not work as expected
In our system the I2S is set up with DMA in full duplex mode (circular, no fifo). That works, we get all the halffull interrupts.Now, ideally, what we want is that some user input will reset the dma buffer pointer.I found that in order to do that we ...