platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
381 stars 303 forks source link

Zephyr-blink not working on STM32 L011K4 Nucleo Board #765

Open MechatronikMonkey opened 2 months ago

MechatronikMonkey commented 2 months ago

Imported Zephyr-blink example.

Added

[env:nucleo_l011k4]
platform = ststm32
framework = zephyr
board = nucleo_l011k4

to "platformio.ini" file.

compile and flash but the LED is not blinking.