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. 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.
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.
Build and run the “Blinky” Project
Open the example project in MDK, as outlined on the Pack Installer’s website. Similar project structure should be displayed in the Vision Project window
Source Files
The primary C function that initializes the board hardware can be found in Blinky.c.
You may now build and download the example project to the evaluation board using the µVision commands:
- Project –> Build target
- Flash –> Download
The project should begin executing on your evaluation kit by blinking the LEDs following these steps. The Evaluation Board User’s Guide contains configuration information in the event of errors.