Loadcode, Applicat – Freescale Semiconductor Microcontrollers User Manual

Page 797

Advertising
background image

Debugger Engine Commands

Debugger Commands

797

Microcontrollers Debugger Manual

ADD_SYMBOLS appends the symbol information to the existing symbol table

instead of replacing it

NOTE

By default, the LOAD command is “code+symbols” with no verification.

NOTE

If the ADD_SYMBOLS parameter is passed, PRELOAD and POSTLOAD files
play for the first loaded application only.

Components

Debugger engine.

Example:

LOAD FIBO.ABS

The FIBO.ABS application is loaded.

NOTE

If no path is specified, the destination directory is the current project directory.

LOADCODE

This command loads code into the target system. This command can be used if no
debugging is needed. If no target is installed, the following error message is displayed:

“Error: no target is installed”

If no target is connected, the following error message is displayed:

“Error: no target is connected”

Usage

LOADCODE [applicationName]

Components

Debugger engine.

Example:

LOADCODE FIBO.ABS

Code of the FIBO.ABS application is loaded.

NOTE

If no path is specified, the destination directory is the current project directory.

Advertising