-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
stm32h750-dk support #2271
stm32h750-dk support #2271
Conversation
428e5ca
to
2ca84d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the PR, you are doing great, and it looks good. I just rebase and update the PR to match latest change. However, the board should use both startup and linker for h750, would you mind updating and testing it again. Thank you
Currently contributing with a sample linker script that may suit our needs in STMicroelectronics/cmsis-device-h7#8 |
we don't need to wait for this, it would take forever for ST to merge this. Instead you could just copy the linker to the board folder and update the value correctly using BOARD_PATH like this board https://github.com/hathach/tinyusb/tree/master/hw/bsp/stm32h7/boards/daisyseed |
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect, thank you for your hard works
Thank you very much! |
Describe the PR
Add support for the aforementioned discovery kit.
See https://www.st.com/en/evaluation-tools/stm32h750b-dk.html#overview for more details about it.
Additional context
Initial support and tested a couple of example projects.
This is my first contribution to the project so please be patient.
Thanks