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

Support for H755ZI #2147

Closed
Stelath opened this issue Oct 18, 2023 · 9 comments
Closed

Support for H755ZI #2147

Stelath opened this issue Oct 18, 2023 · 9 comments
Labels
new variant Add support of new bard

Comments

@Stelath
Copy link

Stelath commented Oct 18, 2023

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

@fpistm
Copy link
Member

fpistm commented Oct 19, 2023

Hi @Stelath
I guess you ask support of the https://www.st.com/en/evaluation-tools/nucleo-h755zi-q.html ?
Did you evaluate to add them yourself? It is a community project any help are welcome.
Added to #722

@fpistm fpistm added the new variant Add support of new bard label Oct 19, 2023
@Stelath
Copy link
Author

Stelath commented Oct 19, 2023

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?

@fpistm
Copy link
Member

fpistm commented Oct 19, 2023

@fpistm
Copy link
Member

fpistm commented Nov 7, 2023

I close it as it is added to #722.

@fpistm fpistm closed this as completed Nov 7, 2023
@Stelath
Copy link
Author

Stelath commented Nov 7, 2023

How do I generate the variant_NUCLEO_STM32H755ZI.h and .cpp files? I've done the rest with the generic processor

@fpistm
Copy link
Member

fpistm commented Nov 7, 2023

How do I generate the variant_NUCLEO_STM32H755ZI.h and .cpp files? I've done the rest with the generic processor

You have to create them manually.

@Stelath
Copy link
Author

Stelath commented Nov 7, 2023

Any tips on where to find most of the info? Or do I just have to look at pinouts?

@fpistm
Copy link
Member

fpistm commented Nov 7, 2023

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.

@fpistm
Copy link
Member

fpistm commented Nov 7, 2023

Do not hesitate to create a PR with the first part of your work this will help to support you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new variant Add support of new bard
Projects
Development

No branches or pull requests

2 participants