Lesson 07: Create an ARM C Application with Keil μVision MDK-ARM

In this lesson, you will learn how to create a C/C++ language project with the basics of the Keil μVision MDK-ARM development system.

 

Create a folder named "EE3450" on your Windows desktop. Then create sub-folders inside the "EE3450" folder as the following structure:

EE3450
  • Common
  • ezTivaLIB
  • Folder for each Lab
ForderStructure

You have to install the Keil μVisio and the drivers for the TI Tiva LaunchPad board first, and then follow the next article to learn how to create a C project with Keil μVisio.

Procedures