Step 7 - generation of driver code, Step 8 - verification of files created – Freescale Semiconductor Microcontrollers User Manual

Page 659

Advertising
background image

ColdFire V1 Full Chip Simulation Connection

FCS Tutorials

659

Microcontrollers Debugger Manual

Figure 28.79 Bean Inspector Window

Step 7 - Generation of Driver Code

We are going to generate the code for the I/O drivers and the files for the user code.

• Select the Make icon in the Project Manager window (or the menu bar Project >

Make or [F7]).

Processor Expert shows several messages. One message indicates that we have started the
code generation. The second message shows the progress with the information processed
and the code generated. A window shows compiling and linking progress.

Step 8 - Verification of Files Created

Select the Files tab to display all the Project files. We can verify the folders and files
created by Processor Expert:

• User Modules

A file MyGuessTheNumber.C is the placeholder for the main procedure and any
other procedure desired by the user. You can place these other procedures in
additional files.

• Generated Code

This is the .C files for the code associated with the beans added to the project. This
includes initialization, input, output and the declarations necessary for using the
functions.

Advertising