I2S DMA Audio stuttering/repeating snippets on STM32G071RB
Hi everyone, I’m new to STM32 and I’m building an audio player. I’m using an SD card (via SPI) to feed audio data to a dac via I2S.The audio stutters and often plays the same 1-2 second snippets twice before moving on.I’ve tried implementing double buffering and i’ve checked the i2s configuration in circular mode.Code:https://github.com/darty555/stm32-i2s-dma.git


