https://github.com/daddesign-projects/daisyseedcubetemplate
STM32CubeIDE framework for the DaisySeed board, integrating audio codec, SDRAM, and QSPI flash memory management.
https://github.com/daddesign-projects/daisyseedcubetemplate
cube daisyseed electrosmith-daisy framework stm32cubeide stm32cubemx stm32h7
Last synced: about 1 year ago
JSON representation
STM32CubeIDE framework for the DaisySeed board, integrating audio codec, SDRAM, and QSPI flash memory management.
- Host: GitHub
- URL: https://github.com/daddesign-projects/daisyseedcubetemplate
- Owner: DADDesign-Projects
- License: mit
- Created: 2025-02-05T12:16:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T10:03:15.000Z (over 1 year ago)
- Last Synced: 2025-03-09T11:18:12.050Z (over 1 year ago)
- Topics: cube, daisyseed, electrosmith-daisy, framework, stm32cubeide, stm32cubemx, stm32h7
- Language: C
- Homepage:
- Size: 9.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DaisySeedCubeTemplate
**STM32CubeIDE** framework for the **DaisySeed** board, integrating audio codec, SDRAM, and QSPI flash memory management.
The goal is to offer a solid and well-structured starting point for DaisySeed development, handling the board’s static components so developers can focus on their specific applications.
## Author
This project is developed by **DAD Design**.
## License
This project is licensed under the [MIT License](LICENSE).
## Features
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)