Search found 40 matches
- Thu Feb 20, 2025 9:44 am
- Forum: General discussion
- Topic: How to Add New WeAct SMT32 Boards to Arduino
- Replies: 9
- Views: 2074
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 ...
- Sat Feb 08, 2025 12:17 am
- Forum: General discussion
- Topic: STM32SD on WeAct H563 return Begin not ready
- Replies: 11
- Views: 1417
Re: STM32SD on WeAct H563 return Begin not ready
Hello fpiSTM,
Well I got the scope out and can see signal activity on the default SD pins, including on PC12 8mHz clock.
So I decided to replace the 64Gb micro card with a 4Gb card the result is sd.begin returns true.
And the datalogger example app is successfully writing to the SD card,
I then ...
Well I got the scope out and can see signal activity on the default SD pins, including on PC12 8mHz clock.
So I decided to replace the 64Gb micro card with a 4Gb card the result is sd.begin returns true.
And the datalogger example app is successfully writing to the SD card,
I then ...
- Fri Feb 07, 2025 10:39 pm
- Forum: General discussion
- Topic: STM32SD on WeAct H563 return Begin not ready
- Replies: 11
- Views: 1417
Re: STM32SD on WeAct H563 return Begin not ready
fpiSTM,
Another update on this SD.begin() returning false.
As mention above WeAct H562RGT was not in IDE 2 menu, but was in IDE 1 menu.
I have deinstalled via IDE the STM32 library, then reinstalled STM32 library from IDE 2 and now WeAct H562RGT is in the IDE2 menu.
Not sure why maybe my 2.9.0 ...
Another update on this SD.begin() returning false.
As mention above WeAct H562RGT was not in IDE 2 menu, but was in IDE 1 menu.
I have deinstalled via IDE the STM32 library, then reinstalled STM32 library from IDE 2 and now WeAct H562RGT is in the IDE2 menu.
Not sure why maybe my 2.9.0 ...
- Fri Feb 07, 2025 8:46 pm
- Forum: General discussion
- Topic: STM32SD on WeAct H563 return Begin not ready
- Replies: 11
- Views: 1417
Re: STM32SD on WeAct H563 return Begin not ready
fpiSTM
Interesting update:
I am using IDE 2.3.4 for this and other STM32 G and H mcu's
and have H5 menu items as in previous post!
However I just started up IDE 1.8.19 set STM32H5 and can see the WeAct H562RGT
So it seems some of the STM32 2.9.0 board are not being shown in the IDE 2 board menu ...
Interesting update:
I am using IDE 2.3.4 for this and other STM32 G and H mcu's
and have H5 menu items as in previous post!
However I just started up IDE 1.8.19 set STM32H5 and can see the WeAct H562RGT
So it seems some of the STM32 2.9.0 board are not being shown in the IDE 2 board menu ...
- Fri Feb 07, 2025 8:22 pm
- Forum: General discussion
- Topic: STM32SD on WeAct H563 return Begin not ready
- Replies: 11
- Views: 1417
Re: STM32SD on WeAct H563 return Begin not ready
Why used the generic ? There is a dedicated variant.
https://github.com/stm32duino/Arduino_Core_STM32/blob/main/variants/STM32H5xx/H562R(G-I)T/variant_WEACT_H562RG.h
It us 562 not 563.
Hello fpiSTM
I have STM32 board library 2.9.0 installed.
In the menu list, I only have Generic's for STM32H5 ...
- Fri Feb 07, 2025 6:34 pm
- Forum: General discussion
- Topic: STM32SD on WeAct H563 return Begin not ready
- Replies: 11
- Views: 1417
Re: STM32SD on WeAct H563 return Begin not ready
You don't need to set pins they are defined by the variant. I will test next week.
Hello fpiSTM and many thanks for the reply.
I have Arduino STM32SD 1.4.0 installed and building with Generic H563RGTx
Also I tried both with and without the pins defined and results same.
I look forward to you ...
- Fri Feb 07, 2025 2:41 pm
- Forum: General discussion
- Topic: STM32SD on WeAct H563 return Begin not ready
- Replies: 11
- Views: 1417
STM32SD on WeAct H563 return Begin not ready
Hello,
Am big novice at SD only used it once years ago on PIC and now trying to get SD working on WeAct STM32H563 board Arduino.
I have read much on subject but either missed something on done something dumb.
problem is SD.begin() must be returning false as stays in SD.begin wait for true loop ...
Am big novice at SD only used it once years ago on PIC and now trying to get SD working on WeAct STM32H563 board Arduino.
I have read much on subject but either missed something on done something dumb.
problem is SD.begin() must be returning false as stays in SD.begin wait for true loop ...
- Fri Nov 15, 2024 2:52 am
- Forum: General discussion
- Topic: How to Add New WeAct SMT32 Boards to Arduino
- Replies: 9
- Views: 2074
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
- Wed Nov 13, 2024 8:39 pm
- Forum: General discussion
- Topic: How to Add New WeAct SMT32 Boards to Arduino
- Replies: 9
- Views: 2074
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 ...
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 ...
- Thu Dec 08, 2022 4:50 pm
- Forum: General discussion
- Topic: Can't get arduino to install software.
- Replies: 8
- Views: 4325
Re: Can't get arduino to install software.
I use a STLink V3 Mini and wire to the programming four pins at the end of board.
Works just fine with the same board as yours and ARDUINO V2
imk
Works just fine with the same board as yours and ARDUINO V2
imk