STM32 Core update to 2.7.0: Blinky stops blinking

Working libraries, libraries being ported and related hardware
Post Reply
Llama
Posts: 12
Joined: Sun Oct 22, 2023 4:35 pm

STM32 Core update to 2.7.0: Blinky stops blinking

Post by Llama »

Hi,

I had to redefine LED_BUILTIN for my Blue Pill sketch:

#undef LED_BUILTIN
#define LED_BUILTIN PC13

Is it merely a bug, or some obscure configuration lost? Tools settings of Arduino IDE 2.2.1 for the Blinky certainly got lost; I restored them manually. Or I think I did :)
by fpiSTM » Thu Nov 23, 2023 3:17 pm
No change, always defined on PC13:
https://github.com/stm32duino/Arduino_C ... .h#L87-L92

Guess you don't select the correct target and use the blackpill one.
Go to full post
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: STM32 Core update to 2.7.0: Blinky stops blinking

Post by fpiSTM »

No change, always defined on PC13:
https://github.com/stm32duino/Arduino_C ... .h#L87-L92

Guess you don't select the correct target and use the blackpill one.
Llama
Posts: 12
Joined: Sun Oct 22, 2023 4:35 pm

Re: STM32 Core update to 2.7.0: Blinky stops blinking

Post by Llama »

Exactly. Thanks! It's kinda easy to mix them up...
Post Reply

Return to “Libraries & Hardware”