| |||
| Home > Example Programs > BLINKY |
The BLINKY example program toggles the LEDs on GPIO2 and prints the text on the MCB2300 LCD panel. A bar graph displays on the LCD panel indicating the position of the potentiometer.
The BLINKY example project demonstrates assembling, compiling, linking, downloading, and debugging using the µVision IDE on the MCB2300 board. The on-board LEDs make it easy to visually verify that the program loads and executes properly.
To load the BLINKY project, select Open Project from the Project menu and open BLINKY.UV2 from the \KEIL\ARM\BOARDS\KEIL\MCB2300\BLINKY\ folder.

When
the BLINKY project opens, the µVision Project Workspace
window displays the source files that make up the project.
The Abstract.txt file contains documentation about the project.
You may edit Blinky.c or review the source code. Double click on Blinky.c in the Files page of the Project Workspace window. µVision loads and displays the contents of Blinky.c in an editor window.
Perform the following four steps to run the BLINKY Example on the MCB2300 Evaluation Board: