Board Support  Version 1.0
Functions available when using the Board Software Components
 All Data Structures Functions Variables Groups Pages
Blinky

The Blinky project is a simple program for turning on and off LEDs on an evaluation Board. It is a bare-metal application without RTOS.

blinky_setup.png

The Abstract.txt file contained in the Documentation group of the Project window gives you more information on the general setup and the available LEDs of the development board.

Build and run the "Blinky" Project

Open the example project in MDK (the Pack Installer's web page explains how to do this). The µVision Project window should display a similar project structure:

blinky_proj_structure.png
Blinky Project Structure

Source Files

  • Blinky.c contains the main C function that initializes the board hardware.

You may now build and download the example project to the evaluation board using the µVision commands:

  • Project –> Build target
  • Flash –> Download

After these steps, the project should start executing on your evaluation kit by blinking the LEDs. In case of errors, refer to the Evaluation Board User's Guide for configuration information.