Search found 1757 matches

by fpiSTM
Thu Feb 22, 2024 9:01 am
Forum: General discussion
Topic: How to use PC14/PC15 as GPIO on STM32F407VGT6
Replies: 5
Views: 497

Re: How to use PC14/PC15 as GPIO on STM32F407VGT6

I've tested with a disco F407, LSE is not fitted so PC14 and PC15 are free.
Using default blink sketch using those pins and it works.
Maybe pio do some extra config preventing to use them...
Test with Arduino IDE.
by fpiSTM
Wed Feb 21, 2024 5:18 am
Forum: General discussion
Topic: How to use PC14/PC15 as GPIO on STM32F407VGT6
Replies: 5
Views: 497

Re: How to use PC14/PC15 as GPIO on STM32F407VGT6

Which board you select to build?
Code?
by fpiSTM
Fri Feb 16, 2024 5:16 pm
Forum: Projects
Topic: DCS BIOS with STM32
Replies: 2
Views: 583

Re: DCS BIOS with STM32

My guess is it support libmaple core and not the stm32 core. https://github.com/DCS-Skunkworks/dcs-b ... d-Hardware

So a port should be done to support the stm32 core.
by fpiSTM
Thu Feb 15, 2024 8:46 pm
Forum: General discussion
Topic: How to access low level registers or How to set TIM1 to 128Mhz
Replies: 10
Views: 2194

Re: How to access low level registers or How to set TIM1 to 128Mhz

It will be called automatically as it replace the weak function.
by fpiSTM
Wed Feb 14, 2024 1:47 pm
Forum: General discussion
Topic: AT24C32 not able to write in Test Program for STM32F103C8T6
Replies: 8
Views: 1088

Re: AT24C32 not able to write in Test Program for STM32F103C8T6

@stevestrong This menu is part of the libmaple core: https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/STM32F1/boards.txt#L446 That is true, just that STM32F1XX/GD32F1XX Boards by stm32duino. is not known. Guess it is linked to dandrown package json file. @fpiSTM could you eventually...
by fpiSTM
Wed Feb 14, 2024 12:09 pm
Forum: General discussion
Topic: AT24C32 not able to write in Test Program for STM32F103C8T6
Replies: 8
Views: 1088

Re: AT24C32 not able to write in Test Program for STM32F103C8T6

Unfortunately not. This menu is not in the stm32 core.
by fpiSTM
Wed Feb 14, 2024 9:32 am
Forum: General discussion
Topic: Happy new year 2k24
Replies: 5
Views: 1285

Re: Happy new year 2k24

Thanks @stevestrong nice to see you back ;)
by fpiSTM
Thu Feb 08, 2024 8:29 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: NUCLEO-WBA52CG
Replies: 10
Views: 974

Re: NUCLEO-WBA52CG

Did you evaluate to use other boards which are supported: - STM32WB5MM-DK : BLE supported thanks STM32duinoBLE - NUCLEO-WL55JC: LoRa supported thanks STM32LoRaWan or RadioLib Adding the WBA general purpose to Arduino should not be so hard as I provide a script to add a new serie. The main drawback i...

Go to advanced search