STM32CubeIDE Framework for DaisySeed – QSPI, SDRAM, Audio Codec Support

Hi everyone,

I’ve just published DaisySeedCubeTemplate on GitHub.

This project provides a basic framework for programming the DaisySeed board using STM32CubeIDE. It includes a complete configuration of essential hardware components, such as:

  • Audio codec (initialization and audio interface management)
  • SDRAM memory (configuration and access)
  • QSPI flash memory (erase, write, and read)

Feel free to challenge this project. Any suggestions, ideas, or feedback are welcome! I’m also available for any questions or assistance with implementation.

Additionally, I’m finalizing a generic framework for PENDA, which includes the integration of the DAISYSEEDGFX2 graphics library.

Philippe

4 Likes

I wish this had existed when I started… I would have started here! I’d like to eventually ditch the daisy itself and build my own chip around the stm32, but it seems like converting a libdaisy VSCode project to something that works in CubeIDE would be daunting