Skip to content

sparkfun/mbed-os-example-blinky-baremetal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare Metal Blinky

This guide reviews the steps required to get Blinky with Bare Metal working on an Mbed OS platform.

Please install mbed CLI.

Import the example application

From the command-line, import the example:

mbed import mbed-os-example-blinky-baremetal
cd mbed-os-example-blinky-baremetal

Now compile

Invoke mbed compile, and specify the name of your platform and your favorite toolchain (GCC_ARM, ARM, IAR). For example, for the ARM Compiler:

mbed compile -m K64F -t ARM

Your PC may take a few minutes to compile your code. At the end, you see the following result:

[snip]
Image: ./BUILD/K64F/GCC_ARM/mbed-os-example-blinky-baremetal.bin

Program your board

  1. Connect your mbed device to the computer over USB.
  2. Copy the binary file to the mbed device.
  3. Press the reset button to start the program.

The LED on your platform turns on and off.

Troubleshooting

If you have problems, you can review the documentation for suggestions on what could be wrong and how to fix it.

Related Links

License and contributions

The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more info.

This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%