Datasheet

Maxim Integrated
14
www.maximintegrated.com
MAXQ610 Evaluation Kit
Evaluates: MAXQ610
Debugging with MAX-IDE
Using MAX-IDE to debug an application is similar to
using IAR. Open the gpio project in MAX-IDE and the
corresponding source code should open with the proj-
ect. This example is the same as the previous example,
only it is written in MAXQ assembly instead of C. Once
the project is open, place a breakpoint by clicking in the
margin next to the Main tag. Unlike IAR, MAX-IDE does
not automatically place a breakpoint at Main (Figure 14).
To start debugging, simply click the run button, and use
the Debug toolbar to step through the program.
To view the different register values, click the Window
menu and select Show | Registers. Doing so allows you
to view the values in all of the registers and alter them
when the execution is halted (Figure 15). Similarly, you
can view and alter the memory contents by selecting
Window | Show | Memory.
Figure 14. MAX-IDE Breakpoint
Figure 15. MAX-IDE Registers and Memory