How to Add New WeAct SMT32 Boards to Arduino

Post here first, or if you can't find a relevant section!
Post Reply
imk
Posts: 40
Joined: Fri Sep 24, 2021 9:26 pm

How to Add New WeAct SMT32 Boards to Arduino

Post by imk »

Hello,
I use this STM32 library and the Arduino IDE2 to create STM32 apps on Weact boards, mostly the STM32F411 black Pile.
However WeAct have recently introduced some new STM32 boards like the STM32H562RGT6.
Problem is the STM32H562RGT6 does not show in the Arduino IDE2 STM32 list of available STM32's.
Hence I am wondering how to go about adding them in please. Is there a How To Guide?
Many thanks imk
by fpiSTM » Thu Nov 14, 2024 1:54 pm Go to full post
STM32ardui
Posts: 142
Joined: Mon May 06, 2024 1:46 pm
Answers: 1
Location: Germany

Re: How to Add New WeAct STM32 Boards to Arduino

Post by STM32ardui »

GonzoG
Posts: 491
Joined: Wed Jan 15, 2020 11:30 am
Answers: 36
Location: Prudnik, Poland

Re: How to Add New WeAct SMT32 Boards to Arduino

Post by GonzoG »

WeAct H562RG board was added to stm32duino. It will be in next release.
If you don't want to wait, you can download it from github: https://github.com/stm32duino/Arduino_Core_STM32
fpiSTM
Posts: 1944
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 108
Location: Le Mans
Contact:

Re: How to Add New WeAct SMT32 Boards to Arduino

Post by fpiSTM »

imk
Posts: 40
Joined: Fri Sep 24, 2021 9:26 pm

Re: How to Add New WeAct SMT32 Boards to Arduino

Post by imk »

Hello all and many thanks for the replies.
As board has been added I'll wait for the next release as process looks tricky for first timer and I would hate to mess up good work of other.
Thanks for the guide anyway, I'll have a dummy run at it when I get a break in this project.
All best Ian
1201 Alarm
ag123
Posts: 1898
Joined: Thu Dec 19, 2019 5:30 am
Answers: 30

Re: How to Add New WeAct SMT32 Boards to Arduino

Post by ag123 »

@imk @STM32ardui

new release!
https://github.com/stm32duino/Arduino_C ... /tag/2.9.0
variant(h5): add WeAct H562RGT support by @fpistm in #2522

@fpiSTM @GonzoG

I'm thinking release announcements can after all be posted in Announcements
viewforum.php?f=61
but it is up to you

all
I found a way to monitor github releases, github releases can be read as an rss feed
https://github.com/stm32duino/Arduino_C ... eases.atom
so if you have a rss reader or perhaps using an online service e.g. feedly.com
one could follow that and perhaps get notified when a new core is released
fpiSTM
Posts: 1944
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 108
Location: Le Mans
Contact:

Re: How to Add New WeAct SMT32 Boards to Arduino

Post by fpiSTM »

lewac
Posts: 1
Joined: Mon Feb 17, 2025 3:45 am
Location: https://geometrydashlitepc.io

Re: How to Add New WeAct SMT32 Boards to Arduino

Post by lewac »

imk wrote: Fri Nov 15, 2024 2:52 am Hello all and many thanks for the replies.
As board has been added I'll wait for the next release as process looks tricky for first timer and I would hate to mess up good work of other.
Thanks for the guide anyway, I'll have a dummy run at it when I get a break in this project.
All best Ian
Have you tested it, does it work?
Yulawin
Posts: 1
Joined: Tue Feb 18, 2025 3:06 pm

Re: How to Add New WeAct SMT32 Boards to Arduino

Post by Yulawin »

Can someone experienced also add another board from WeAct Studio STM32H503CBT6?
imk
Posts: 40
Joined: Fri Sep 24, 2021 9:26 pm

Re: How to Add New WeAct SMT32 Boards to Arduino

Post by imk »

lewac wrote: Mon Feb 17, 2025 6:57 am
imk wrote: Fri Nov 15, 2024 2:52 am Hello all and many thanks for the replies.
As board has been added I'll wait for the next release as process looks tricky for first timer and I would hate to mess up good work of other.
Thanks for the guide anyway, I'll have a dummy run at it when I get a break in this project.
All best Ian
Have you tested it, does it work?
Hello and as always many thanks for the support.
I have tested the Weact Long STM32G474CEU6 for my robot chassis control board which uses following:
Two Serial Ports, i2c at 1mHz driving three VL53L5CX, one analog input pin, four pwm out pins, four digital input Interrupt pins and eight other digital output pins. And all is working just fine many thanks.

I am just beginning my testing of the robot host/server board WeAct STM32H562RGT6, this will use:
Three Serial port, SPI for LCD, SD for mapping data, four digital in for a simple keyboard and four digital out to drive LED.
Only at beginning of this testing will update when complete but looking good at this time.
1201 Alarm
Post Reply

Return to “General discussion”