STM32F469 Discovery SAI DMA DB problem
I try to use the SAI on the STM32F469 Discovery Board in DMA Double Buffer TX Mode. The Interrupt is working and the buffers too - but there are no data arriving at the SAI ADR Register. My init function is:HAL_DMAEx_MultiBufferStart(&hdma_sai1_a, ...