Board Manual 95
Intel® IQ80321 I/O Processor E valuation 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 c ode, halt it, step through it, an d monitor the
memory and registers. The executable code is disassembled so that the assemb ly code can be
examined.
Debugging with source code allows the user to examine the C code th at is being executed. This
requires that the source code is available and linked by the debugger to th e executable code that is
running on the evaluation b oard.
B.6 Building an Executable File From Example Code
1. Launch Code|Lab EDE and open the “Tester321LED” Works pace.
2. Click on “Tester 3 21 LE D fi le s ” in th e “F ile/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 SectionB.3.2, “Configuration”.