Page 1 of 1

How to Add New WeAct SMT32 Boards to Arduino

Posted: Wed Nov 13, 2024 8:39 pm
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

Re: How to Add New WeAct STM32 Boards to Arduino

Posted: Thu Nov 14, 2024 5:52 am
by STM32ardui

Re: How to Add New WeAct SMT32 Boards to Arduino

Posted: Thu Nov 14, 2024 1:39 pm
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

Re: How to Add New WeAct SMT32 Boards to Arduino

Posted: Thu Nov 14, 2024 1:54 pm
by fpiSTM

Re: How to Add New WeAct SMT32 Boards to Arduino

Posted: Fri Nov 15, 2024 2:52 am
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

Re: How to Add New WeAct SMT32 Boards to Arduino

Posted: Wed Nov 27, 2024 2:43 pm
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

Re: How to Add New WeAct SMT32 Boards to Arduino

Posted: Wed Nov 27, 2024 3:32 pm
by fpiSTM

Re: How to Add New WeAct SMT32 Boards to Arduino

Posted: Mon Feb 17, 2025 6:57 am
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?

Re: How to Add New WeAct SMT32 Boards to Arduino

Posted: Tue Feb 18, 2025 4:17 pm
by Yulawin
Can someone experienced also add another board from WeAct Studio STM32H503CBT6?

Re: How to Add New WeAct SMT32 Boards to Arduino

Posted: Thu Feb 20, 2025 9:44 am
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.