User guide

Installing and Using the Netcomm Device Drivers
Using the Netcomm Device Drivers
40
MPC8568E Kit Configuration Guide
6. Modify the build target’s settings, so the executable stops at main() on program
launch.
a. From pane on the left side of the Target Settings window, select Debugger
Settings.
The Debugger Settings target settings panel (Figure 4.7
) appears on the right side
of the Target Settings window.
Figure 4.7 Debugger Settings Target Settings Panel
b. In this target settings panel, check the Stop on application launch checkbox.
The items in the Stop on application launch group activate.
c. Select the Default language entry point option.
d. Click OK.
The IDE assigns the new settings to the SimpleUseCase build target and closes the
Target Settings window.
7. Select Project > Make.
The IDE compiles the project's source code files and generates an executable file.
8. Select Project > Debug.
The IDE opens a console window, downloads the executable file to the
MPC8568E-MDS-PB board, halts execution at the first statement in main(), and
displays the debugger window (Figure 4.8
).