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

[Board Request] Add Support for WeActStudio STM32H562RGT6 to PlatformIO #799

Open
Zazins opened this issue Sep 19, 2024 · 4 comments
Open

Comments

@Zazins
Copy link

Zazins commented Sep 19, 2024

Description of Problem
I would like to request the inclusion of the WeActStudio STM32H562RGT6 board in the PlatformIO board list. This board is based on the STM32H562RGT6 microcontroller, which runs at 250 MHz and includes peripheral support such as CAN, USB, and SDMMC.

The board is commonly used in high-performance applications and having direct support in PlatformIO would streamline the development process for users. I am happy to provide specifications and configurations to assist with the integration.

Steps to Reproduce:
Add WeActStudio STM32H562RGT6 to the PlatformIO supported board list.
Provide support for STM32H562RGT6 (250 MHz clock, 1024 KB flash, 640KB RAM, and peripheral setup).
Ensure board definitions are available for frameworks like STM32Cube and Arduino.
Actual Results:
The WeActStudio STM32H562RGT6 board is not currently supported in PlatformIO.

Expected Results:
WeActStudio STM32H562RGT6 board should be listed in PlatformIO's board list with full support for building, uploading, and development using the STM32H562RGT6 microcontroller.

Additional Info:
The board is popular among hobbyists and developers, and it would be useful to have official support in PlatformIO. Please refer to the following links for further details:

[WeActStudio STM32H562RGT6 Board GitHub](https://github.com/WeActTC/MiniSTM32H7xx)

Thank you for considering this request.

@ivankravets ivankravets transferred this issue from platformio/platformio-core Sep 20, 2024
@KristianJerpetjon
Copy link

How would one go about making a PR to solve this ?

@valeros
Copy link
Member

valeros commented Oct 2, 2024

Hi @KristianJerpetjon,

The main issue here is that the H5 family is not supported in the latest stable OpenOCD which makes it hard to use with PlatformIO.

@ypearson-bdai
Copy link

ypearson-bdai commented Oct 2, 2024

Please add support to nucleo_h563zi which is supported by zephyr

Getting error:
: Unknown board ID 'nucleo_h563zi'

@ypearson-bdai
Copy link

ypearson-bdai commented Oct 2, 2024

Hi @KristianJerpetjon,

The main issue here is that the H5 family is not supported in the latest stable OpenOCD which makes it hard to use with PlatformIO.

There are other methods to program the H5 other than OpenOCD, building a binary might be good enough for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants