English
Language : 

SLAS191A Datasheet, PDF (54/86 Pages) Texas Instruments – Starter Kit Evaluation Kit Manual
c
The c command is used to clear a breakpoint. Typing c shows the set breakpoints, as shown in
Figure 2–18.
Clear a breakpoint by typing a ‘c’
>Clr Bkpt 024e 0000
Figure 2–18. Clearing a Breakpoint Command
To clear one of the breakpoints (other than zero), it is necessary to enter the associated address. Typing
the <ENTER> key after entering the address clears the breakpoint. See Figure 2–19.
To clear a breakpoint type c
To clear a breakpoint enter the location: 24e <ENTER>
>Clr Bkpt 024e 0000 24e
>set Bkpt 0000 0000
2–18
Press <ESC> here
Start set breakpoint mode by typing s to show the cleared breakpoint
Figure 2–19. Clearing a Breakpoint Location