Search found 1754 matches

by fpiSTM
Mon Apr 22, 2024 12:21 pm
Forum: General discussion
Topic: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz
Replies: 38
Views: 3666

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

I would recommend to simply declare the new boards entry and add it to the existing variant for the blackPill F411CE. Like it is done for the *PillF103: https://github.com/stm32duino/Arduino_Core_STM32/blob/3d6e84b3d8cd072f8230a4aa8bd114f5e4a70945/variants/STM32F1xx/F103C8T_F103CB(T-U)/variant_PILL_...
by fpiSTM
Sun Apr 21, 2024 5:49 am
Forum: General discussion
Topic: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz
Replies: 38
Views: 3666

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

Try to debug using Arduino IDE 2.2.1.
The latest version 2.3.x changes the debug configuration way. I will fix this within next release.

Simply enable the optimize for debugging option and you should be able to debug and see where it stucks.
by fpiSTM
Sat Apr 20, 2024 2:11 pm
Forum: General discussion
Topic: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz
Replies: 38
Views: 3666

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

You should redefine the system core clock config to properly configure the pll vs the HSE value.
by fpiSTM
Sat Apr 20, 2024 11:21 am
Forum: General discussion
Topic: WeAct Studio STM32F411CEU6 BlackPill v3.1 crystal is 8 MHz
Replies: 38
Views: 3666

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: 38
Views: 3666

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: 38
Views: 3666

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: 414

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: 562

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.

Go to advanced search