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

Add Nucleo H7A3ZI-Q and H755ZI-Q boards #670

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

FFY00
Copy link

@FFY00 FFY00 commented Jan 11, 2023

I based the board files on the H745ZI-Q file, as these two boards are the same hardware, just with a missing ethernet interface for the A3.

Please let me know if there's something else I need to add.

@FFY00
Copy link
Author

FFY00 commented Jan 11, 2023

After copying the board file to my project, so that I can use it right away, I am seeing this.

$ pio boards h7a3

Platform: atmelavr
==================================================================================
ID               MCU             Frequency    Flash    RAM    Name
---------------  --------------  -----------  -------  -----  ------------------
nucleo_h7a3zi_q  STM32H7A3ZIT6Q  280MHz       2MB      128KB  ST Nucleo H7A3ZI-Q

Platform: ststm32
==================================================================================
ID               MCU             Frequency    Flash    RAM    Name
---------------  --------------  -----------  -------  -----  ------------------
nucleo_h7a3zi_q  STM32H7A3ZIT6Q  280MHz       2MB      128KB  ST Nucleo H7A3ZI-Q

Which seems wrong, it is listed as atmelavr, and shows up as 128KB of RAM while in fact it has 1376KB. I believe my board definition is correct, is this a platformio bug?

Signed-off-by: Filipe Laíns <[email protected]>
Signed-off-by: Filipe Laíns <[email protected]>
@FFY00 FFY00 force-pushed the add-nucleo-h7a3-h755-boards branch from 84ce74c to e5d17c2 Compare January 11, 2023 04:38
@FFY00
Copy link
Author

FFY00 commented Jan 11, 2023

My RAM value was actually wrong, but the platform issue is still valid.

@rob4226
Copy link

rob4226 commented Oct 6, 2023

Hello, thank you for making these board definitions. I am about to purchase a NUCLEO-H755ZI-Q board with the STM32H755ZI MCU but I don't see it listed in PlatformIO. Would I be able to use boards/nucleo_h755zi_q.json or is there a reason it hasn't been merged in? Thanks!

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.

None yet

2 participants