Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Daisy Seed stm32H750 board - initial support #9974

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snkYmkrct
Copy link

@snkYmkrct snkYmkrct commented Jan 17, 2025

What works so far:
CircuitPython code is running fully from the QSPI flash
A special bootloader is needed to start execution.
Board shows up as USB drive, and there is a small file system on the internal flash - can edit code.py
Can blink the on board LED and use the BOOT button in user space

Workflow:
The CircuitPython binary is flashed with the STM32CubeProgrammer on the external flash at address 0x90000000, using the custom made external loader for the IS25LP064A QSPI flash, found here
On the internal flash, at address 0x08000000, there is a custom bootloader (download here) that does the chip and QSPI initializations, and sets the external flash in memory mapped mode for code execution.

The source code for the bootloader and the external loader are in the main and external-loader-for-cube-programmer branches of this repo https://github.com/snkYmkrct/Snakey-Boot-for-Daisy

WIP:
Add the rest of the board pins in the definition file.
Add SDRAM support
Figure out if the external flash can be used by swapping between memory mapped mode and writeable mode, so the file system can be expanded.

@snkYmkrct snkYmkrct marked this pull request as ready for review January 17, 2025 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant