Resolved! HAL_I2S_TransmitDMA in circular mode (STM32H503) doesn't run continuously
I have set up a DMA on an I2S device with an STM32H503CBU6. The idea is, that the DMA runs continuously on a single bufferaddress (one word, containing the left and right channels for the external I2S-DAC). When the DMA transfer of that 1 word is com...