GPICD - The GNU PIC Programmer and In-Circuit Debugger

4. The Graphical User Interface

4.1 Getting Started

To start the GPICD Graphical User Interface, execute the command "gpicd" from an OS shell or a Window Manager button.
You can give this command a COD file name as an argument, which is the program you want to debug.
If no argument is specified, no program is loaded, and you will have to load one with a "Load" button.

4.2 The Main Window

Below is a screenshot of the main  window of GPICD graphical user interface.

GPICD Main Window

The main window is divided into 7 areas providing full control of the GPICD features:

4.3 Opening a new COD file

Clicking the [Open] button of the main window raises a file selection window, which allows to load COD file into the GPICD GUI.
When a new COD file is selected, the associated source files are loaded into the source viewer and the target is resetted. The new program is not loaded automatically into the target: you have to do it manually.
If a .cfg file is found beside the .cod file, GPICD assumes it stores the configuration word settings and load it.
It a .watch file is found, GPICD assumes it stores the memory watch settings, loads it and update the memory watch are accordingly.

Each time you run the program, GPICD checks that the COD file has not been updated since it was loaded. If it the case, a pop-up window asks if you want to reload the program before running it.

GPICD - Reload Warning

4.4 Target Configuration management

Clicking the [Config] button of the main window raises a Configuration management window containing two notebooks. The first one is for editing the target configuration.

GPICD - Configuration Window 

This window gives the possibility to choose the processor type, and to set the various target configuration options for this processor. Please refer to the Microchip datasheets for a detailed description of the configuration word.

When a .cod file is loaded, a .cfg file is maintained beside it. This config file stores all the options managed by this window:
Two additionnal options are available:

4.5 Loading a Program into the Target

Clicking the [Load] button of the main window starts loading the target. The target load performs several operations, which progress is shown in a small window:
GPICD - Load Progress


4.6 Managing Target Program Execution

You can click the [Reset] button anytime: this will reset the target.

Clicking the [Run] button starts the program. If the debug mode is enabled, the target always halts after the first instruction. You can the continue the program execution by clicking the [Run] or [Step] button.

When the target is running, you can click the [Halt] button, which puts the target in halt state. The program counter is then shown in the  source viewer area by selecting the proper source tab and highlighting in green the next instruction to be executed. All the debug operations (watching registers, setting breakpoints, etc.) are possible when the target is halted. You cannot perform debug operations if the target is not halted.

When the target is halted, the memory watch area is updated and colorizing in red to show the variables which values have changed since the previous halt.

GPICD - Program Execution Indicator

4.7 Managing Breakpoint

In ICD mode, only one breakpoint can be defined at a time. The target must halted to change the breakpoint settings.
Please note that due to the Microchip ICD architecture, when a breakpoint is encountered during program execution, the target halts immediately after the instruction pointed to by the breakpoint.

To set a breakpoint, put the cursor of the source viewer area where you want the breakpoint to be set, and click the [Set] button in the breakpoint area. The breakpoint is then marked in red in the left margin of the source.

Clicking the [Clear] button clears the current brekpoint.

To find where the current braekpoint is located, click the [Show] button, and the breakpoint will be shown in the source viewer area.


GPICD - Breakpoint Indicator

4.8 Watching Variables and Registers

When the target is halted, the status bar located below the source viewer area shows some register values:
  1. PC: the current program counter;
  2. W: the W work register;
  3. STATUS: the status register;
  4. The currently selected variable.
To select a variable, you simply have to click on its name anywhere in the source viewer area: it then will be highlighted in blue, and its content is displayed in the status bar. Only variables declared with the EQU assembler statement are selectable: they are shown in bold characters.

GPICD - Quick Variable Display


When a variable is selected, you can click the [Add] button of the memory watch area: the variable will then be added into the memory watch list.
To delete a variable from the memory watch list, select it in the list and click the [Remove] button.
When a variable is selected in the memory watch list, you can also change its size and its numerical format. Changing the size allows to show several bytes from the variable base address. Possible formats are: binary, octal, decimal, hexadecimal and ASCII.

GPICD - Variable Watch

It is also possible to edit the memory watch list by clicking the [List] button: the list of all available variables are listed in a dialog window, in which you can select/unselect items to make them appear/disappear in the memory watch list:

GPICD - Variable List


4.9 ICSP Hardware Interface Configuration

Clicking the [Config] button of the main window raises a Configuration management window containing two notebooks. The second one is for editing the ICSP hardware interface configuration.

GPICD - Configuration Window

The various hardware configuration items are described here in the CLI users's manual.
The names of the available parallel port devices are automatically probed and added in the "Interface Port" menu.
When clicking the [Ok] button, the configuration settings are taken into account and automatically saved in file .gpicd in the user's home directory.


http://gpicd.sourceforge.net

SourceForge.net Logo

Copyright © Sylvain Giroudon 2003
$Revision: 1.9 $
$Date: 2004/12/08 10:04:33 $