How to Add New WeAct SMT32 Boards to Arduino
How to Add New WeAct SMT32 Boards to Arduino
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
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
-
- Posts: 142
- Joined: Mon May 06, 2024 1:46 pm
- Location: Germany
Re: How to Add New WeAct SMT32 Boards to Arduino
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
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
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
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
Re: How to Add New WeAct SMT32 Boards to Arduino
@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
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
-
- Posts: 1
- Joined: Mon Feb 17, 2025 3:45 am
- Location: https://geometrydashlitepc.io
Re: How to Add New WeAct SMT32 Boards to Arduino
Have you tested it, does it work?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
Re: How to Add New WeAct SMT32 Boards to Arduino
Can someone experienced also add another board from WeAct Studio STM32H503CBT6?
Re: How to Add New WeAct SMT32 Boards to Arduino
Hello and as always many thanks for the support.lewac wrote: Mon Feb 17, 2025 6:57 amHave you tested it, does it work?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
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