Skip to main content
Divya
Associate II
March 10, 2020
Question

I am a student intern, new to embedded programming. I am trying to learn using the STM32L476 Discovery board. I was trying to the basic blinky code test, and I am unable to to do so properly

  • March 10, 2020
  • 1 reply
  • 823 views

No matter which LED port/pin i toggle, only one specific LED blinks. Also, the time delay in the code is not reflected. It would be great if someone can please help me out with this

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
March 10, 2020

Make sure the binary programmed into the target board is the one produced from your source code.

JW

Divya
DivyaAuthor
Associate II
March 10, 2020

okay, thank you