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

STM32H750XB #1982

Closed
wystewart opened this issue Mar 25, 2023 · 4 comments · Fixed by #2158
Closed

STM32H750XB #1982

wystewart opened this issue Mar 25, 2023 · 4 comments · Fixed by #2158
Labels
new variant Add support of new bard
Milestone

Comments

@wystewart
Copy link

Please add support for the STM32H750XB

perhaps with some direction/help I could modify the 750VB files to work

@wystewart
Copy link
Author

files seem to be there in installed 2.4.0 package, but not sure how to select from Arduino IDE

@wystewart
Copy link
Author

wystewart commented Mar 25, 2023

seems this from boards_entry.txt needs to be added to boards.txt in the main directory. Adding manually, will report back when I have tried to compile with it.

Generic H750XBHx

GenH7.menu.pnum.GENERIC_H750XBHX=Generic H750XBHx
GenH7.menu.pnum.GENERIC_H750XBHX.upload.maximum_size=131072
GenH7.menu.pnum.GENERIC_H750XBHX.upload.maximum_data_size=884736
GenH7.menu.pnum.GENERIC_H750XBHX.build.board=GENERIC_H750XBHX
GenH7.menu.pnum.GENERIC_H750XBHX.build.product_line=STM32H750xx
GenH7.menu.pnum.GENERIC_H750XBHX.build.variant=STM32H7xx/H742X(G-I)H_H743X(G-I)H_H745X(G-I)H_H747X(G-I)H_H750XBH_H753XIH_H755XIH_H757XIH

@fpistm
Copy link
Member

fpistm commented Mar 25, 2023

Hi @wystewart
yes all mcu have their directory including all generic files, they are generated automatically. But it is not enough to get it available in Arduino menu and build:
https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-%28board%29#define-a-new-generic-variant

So you have to add ldscript.ld, a generic clock config and finally declare it in the boards.txt.

I added it to the variant request list #722

Do not hesitate to provide a PR if you made it.

@fpistm fpistm closed this as completed Mar 25, 2023
@fpistm fpistm added the new variant Add support of new bard label Mar 25, 2023
@fpistm fpistm added this to the 2.7.0 milestone Oct 30, 2023
@fpistm fpistm linked a pull request Oct 30, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants