13 br, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 57

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

57

3.1.13 br

Name

br—assigns, deletes, or displays user-program break points.

Synopsis

br [-a] [-c] [-d]

Parameters

-a Ph: Address

-c Pd: Count (Default = 0)

-d 0: Delete Specified/All Break-Points

Example

The following example indicates a typical display when using the bmb, bmh, and bmw
commands.

MOTLoad> br -a00100000 <---Adds a break-point

Address Count Label

00100000 00000000 evtbl+0x000

MOTLoad> br <---Displays all break-points

Address Count Label

00100000 00000000 evtbl+0x000

00100100 00000002 evtbl+0x100

MOTLoad> br -a00100100 -d <---Deletes break-point at specified address

Address Count Label

00100000 00000000 evtbl+0x000

MOTLoad> br -d <---Deletes all break-points

See Also

as

,

ds

,

gd

,

gn

,

go

,

gt

,

rd

,

rs

,

tc

,

tc

Advertising