Datasheet
Maxim Integrated
│
10
www.maximintegrated.com
MAXQ610 Evaluation Kit
Evaluates: MAXQ610
Debugging with IAR
Open the gpio project from the Workspace menu and
ensure that the project settings described above have
been properly configured. To view the source code for
the project, simply double click gpio.c. The file isr.c is
not used in this project, but contains the interrupt callback
functions for other projects included with the EV kit. To
begin debugging the project, click the Debug button or
press Ctrl+D. Doing so automatically compiles the source
code and loads it onto the MAXQ610. The default debug
settings automatically place a breakpoint at the main
function (Figure 7).
From here, you can step through the program using the
functions on the Debug toolbar. To set more breakpoints
throughout the code, double-click in the margin to the left
of the line where you want the program to break (Figure 8).
Figure 7. IAR Debugging
Figure 8. IAR Breakpoints