Page 1 of 1

STM32 Core update to 2.7.0: Blinky stops blinking

Posted: Thu Nov 23, 2023 3:09 pm
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 :)

Re: STM32 Core update to 2.7.0: Blinky stops blinking

Posted: Thu Nov 23, 2023 3:17 pm
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.

Re: STM32 Core update to 2.7.0: Blinky stops blinking

Posted: Thu Nov 23, 2023 4:38 pm
by Llama
Exactly. Thanks! It's kinda easy to mix them up...