|
| Creating a ProjectThe required steps for creating a project and application programs are: - Create a New Project File with the µVision menu command Project - New Project.
Select a microcontroller from the Device Database®. The MCBXC167 Board comes with the Infineon XC167, so you must select this device. However, you may also use it to develop code for other XC16x device variants. - Add Startup Code.
The Startup file provides pre-configured startup code for the MCBXC167 board. When you start a new project, µVision copies the appropriate Startup Code from the ..\KEIL\C166\BOARDS\KEIL MCB-XC167\BLINKY\START_V2.A66 folder to your project folder.
After selecting a device, µVision prompts with the following dialog:
Answer with Yes. - Add your own Source Code to the project using the µVision editor (or any editor of your choice) by either:
- Right click the mouse in the Project Window on a group and select Add Files to Group from the context menu.
Or - Open the Project - Components, Environment and Books - Project Components dialog.
Within this dialog, you may create and organize files into groups, or create other project targets with different tool configurations.

|
|