5 years, 3 months ago.

My led is blinking but i don't control it?

I use that application “mbed-os-example-filesystem”.when i download in my l476rg.The led is blinking.In the application i don't use it. If there are some error?Can you help me? Thanks

1 Answer

5 years, 3 months ago.

Hi Carmelo,

One of the most popular Mbed-OS example projects that many people use is called "Blinky." This can be accessed here: https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-blinky/ It could be that the Blinky example application is already running on your device, and that is why the LED is flashing.

If you are tying to load and debug a new example application (like the filesystem example), it can be helpful to first drag and drop the compiled .hex file for the example application onto the board. Once the new application has initially been flashed onto the board in this way, you can continue to update code, flash and debug the application directly from a development environment.

Thanks,

Tres, Team Mbed