Search found 1760 matches

by fpiSTM
Thu May 02, 2024 8:22 am
Forum: General discussion
Topic: Github Action "CMake Config and build" fails after adding a new Board
Replies: 4
Views: 1504

Re: Github Action "CMake Config and build" fails after adding a new Board

Hi,
your issue comes from this line:

Code: Select all

MyBoards.menu.upload_method.serialMethod.build.bootloader_flags=-DBL_LEGACY_LEAF -DVECT_TAB_OFFSET={build.flash_offset}
Don't know why you add it there it is not used for serialMethod
by fpiSTM
Thu May 02, 2024 7:58 am
Forum: IDE's
Topic: Using differential inputs with Arduino IDE
Replies: 1
Views: 1656

Re: Using differential inputs with Arduino IDE

Hi,
no the core doesn't provide support for ADC differential.
You can try to use HAL/LL directly.
Here an example how to use HAL/LL:
viewtopic.php?t=110
by fpiSTM
Wed Apr 24, 2024 3:20 pm
Forum: General discussion
Topic: Github Action "CMake Config and build" fails after adding a new Board
Replies: 4
Views: 1504

Re: Github Action "CMake Config and build" fails after adding a new Board

Hard to tell without the full code added.
Do you declare "MyBoards" properly?
by fpiSTM
Wed Apr 24, 2024 7:42 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

Arduino IDE 2 have/had issue with menu update. On older version of the IDE (prio 2.3.x), the menu is not refresh at startup.
This could explain your issue.
by fpiSTM
Mon Apr 22, 2024 12:21 pm
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

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: 40
Views: 6951

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: 40
Views: 6951

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.

Go to advanced search