Zilog EZ80F916 User Manual
Page 305

UM014423-0607
Using the Linker/Locator
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
285
The Project Settings dialog box is displayed.
4. Select the General page.
5. Select the Generate Debug Information check box.
6. Click OK to close the Project Settings dialog box.
7. From the Build menu, select Rebuild All to build the project.
8. Program the newly generated hex file in the target.
Part 2: Create a Build Configuration that Mimics the Original for Debugging
1. Select Manage Configurations from the Build menu.
The Manage Configurations dialog box is displayed.
2. Click Add.
The Add Project Configuration dialog box is displayed.
3. In the Configuration Name field, enter a new configuration name (for example, Debug
– Flash).
4. Verify that the target is eZ80Acclaim!.
5. In the Copy Settings From drop-down list box, select the build configuration used to
create the original hex file.
6. Click OK to close the Add Project Configuration dialog box.
7. Click Close to close the Manage Configurations dialog box.
8. Select the new build configuration (for example, Debug – Flash) from the Select Build
Configuration drop-down list box in the Build toolbar.
9. Select Settings from the Project menu.
The Project Settings dialog box is displayed.
10. In the General page, make sure that the Generate Debug Information check box is
selected.
11. In the Output page, select IEEE 695 in the Executable Formats area.
12. In the Debugger page, select the appropriate target in the Target area and click Setup.
The Configure Target dialog box is displayed.
13. Verify that the initialization parameters mimic the hardware parameters used by the
original project.
14. Enter
0
in the Program Counter (hex) field.
15. Click OK to close the Configure Target dialog box.
16. Click OK to close the Project Settings dialog box.