| |||||
Technical Support On-Line Manuals MCB2400 User's Guide | BLINKYThe BLINKY example program uses the on-chip I2C interface to flash the 4 LEDs in sequence. The potentiometer controls the speed of the flashing using the ADC. The ADC value is continuously output to the serial port. The BLINKY example project demonstrates assembling, compiling, linking, downloading, and debugging using the µVision IDE on the MCB2400 board. The on-board LEDs make it easy to visually verify that the program loads and executes properly. Loading BLINKYTo load the BLINKY project, select Open Project from the Project menu and open BLINKY.UV2 from the \KEIL\ARM\BOARDS\KEIL\MCB2400\BLINKY\ folder.
The Abstract.txt file contains documentation about the project. Editing BLINKYYou 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. Running BLINKYPerform the following four steps to run the BLINKY Example on the MCB2400 Evaluation Board: | ||||
| |||||