Demo code for SAI in Double Buffer DMA mode?
Posted on August 01, 2017 at 23:53I'm trying to configure my STM32F7xx device to DMA stereo audio samples from RAM (SampleBuffer1[] and SampleBuffer2[]) to the SAI using the Double Buffer mode of the DMA controller. However, I can't seem to find any...