-
Notifications
You must be signed in to change notification settings - Fork 980
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
Support for H755ZI #2147
Comments
Hi @Stelath |
I'm not entirely sure how to but I'll give it a shot, if there any instructions outlining what to do? or should I just look at what other commits have done? |
I close it as it is added to #722. |
How do I generate the |
You have to create them manually. |
Any tips on where to find most of the info? Or do I just have to look at pinouts? |
Most of the info of the board are in the user manual: https://www.st.com/resource/en/user_manual/um2408-stm32h7-nucleo144-boards-mb1363-stmicroelectronics.pdf Else yes most of the work is to do proper pin mappings and define all dedicated pins (LED, button, default Serial instance, ...) and add a clock config probabmy using the HSE. |
Do not hesitate to create a PR with the first part of your work this will help to support you. |
Is your feature request/improvement related to a problem? Please describe.
Hi, I work with a team of University students working on rocketry and we cant use our H755ZI boards with Arduino core because it isn't supported, and would love if y'all could add support.
Describe the solution you'd like
Addition of the H755ZI Processor to the STM32 Arduino Core
Describe alternatives you've considered
Purchasing H753ZI boards that are supported, but we already have around 20 H755ZI Boards
The text was updated successfully, but these errors were encountered: