beautypg.com

B.5 debugging out of flash, B.6 building an executable file from example code, Debugging out of flash – Intel IQ80219 User Manual

Page 95: Building an executable file from example code

background image

Board Manual

95

Intel® IQ80219 General Purpose PCI Processor Evaluation Platform

Getting Started and Debugger

B.5

Debugging Out of Flash

JTAG debuggers can be used on two levels; with or without the source code. When the Flash is
programmed, the debugger can monitor the executable code, halt it, step through it, and monitor the
memory and registers. The executable code is disassembled so that the assembly code can be
examined.

Debugging with source code allows the user to examine the C code that is being executed. This
requires that the source code is available and linked by the debugger to the executable code that is
running on the evaluation board.

B.6

Building an Executable File From Example Code

1. Launch Code|Lab EDE and open the “Tester1LED” Workspace.

2. Click on “Tester1LED files” in the “File/View” window.

3. Click “Build/Clean”. This deletes the old .o files.

4. Click Build/Rebuild All.

5. When there are errors, carefully go back through

Section B.3.2, “Configuration”

.