Question
Demo code for SAI in Double Buffer DMA mode?
Posted on August 01, 2017 at 23:53
I'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 sample code for setting this up. Is there any demo code with this specific configuration? I have found lots of sample code for much simpler configurations, but it does me little good.
#double-buffer-dma