Search found 1760 matches

by fpiSTM
Sat Apr 20, 2024 11:21 am
Forum: General discussion
Topic: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz
Replies: 40
Views: 6951

Re: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz

Pay attention it seems you set 80MHz and not 8MHz
by fpiSTM
Sat Apr 20, 2024 10:48 am
Forum: General discussion
Topic: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz
Replies: 40
Views: 6951

Re: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz

Is the LED_BUILTIN correct for this new board?
by fpiSTM
Sat Apr 20, 2024 7:02 am
Forum: General discussion
Topic: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz
Replies: 40
Views: 6951

Re: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz

Simply redefine HSE_VALUE using hal_conf_extra.h.
See the wiki.
by fpiSTM
Fri Apr 19, 2024 6:46 am
Forum: STM32F4 based boards
Topic: FreeRTOS library not working in stm32f407
Replies: 1
Views: 2180

Re: FreeRTOS library not working in stm32f407

Your best bet is to debug to see where it fails.
by fpiSTM
Mon Apr 15, 2024 2:29 pm
Forum: General discussion
Topic: SD card problem with SPI
Replies: 1
Views: 1758

Re: SD card problem with SPI

You should use the official SDFat library from Bill Greiman.
https://github.com/greiman/

We made some fixes within the 2.7.1 core version and works as expected.
by fpiSTM
Mon Apr 15, 2024 9:56 am
Forum: General discussion
Topic: F401 blackpill no deepsleep
Replies: 4
Views: 1830

Re: F401 blackpill no deepsleep

Note that the measure is done on IDD. So only the MCU consumption is measured.
by fpiSTM
Fri Apr 05, 2024 1:19 pm
Forum: General discussion
Topic: F401 blackpill no deepsleep
Replies: 4
Views: 1830

Re: F401 blackpill no deepsleep

Hi, deepsleep (stop mode) works as expected. I've tested with a Nucleo F401RE, I've got something close to your value (3 mA when the LED is OFF). Anyway, you probably have to ensure all unused pins are set to Analog Input and the respective GPIO port clock disabled. The library can't do that for you...
by fpiSTM
Thu Apr 04, 2024 4:03 pm
Forum: PR's bugs and enhancements
Topic: STM32G431CBU6 : TIMER17 : setting negative channel mashes positive one
Replies: 1
Views: 1008

Re: STM32G431CBU6 : TIMER17 : setting negative channel mashes positive one

This is a known issue and fixed in the repo. You can find a workaround in the related issue.
https://github.com/stm32duino/Arduino_C ... /pull/2294
by fpiSTM
Thu Apr 04, 2024 1:53 pm
Forum: IDE's
Topic: Generic_F030RCT missing?
Replies: 12
Views: 5382

Re: Generic_F030RCT missing?

In fact you simply can change the HSE_VALUE to the one you have, then the clock config will be inline. You can define it to the variant_*.h or adding a hal_conf_extra.h file with the correct definition. Even in Cube IDE you can change this value thanks cubeMX. Default HSE_VALUE is simply a recommend...

Go to advanced search