Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


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