An open API service indexing awesome lists of open source software.

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.

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)