C2000 Debugger | 9
©
1989-2023
Lauterbach
Overview
•
On-chip breakpoints:
Total amount of available on-chip breakpoints.
•
Instruction breakpoints:
Number of on-chip breakpoints that can be used to set program
breakpoints into ROM/FLASH/EPROM.
•
Read/Write breakpoints:
Number of on-chip breakpoints that can be used as Read or Write
breakpoints.
•
Data Value breakpoint:
Number of on-chip data breakpoints that can be used to stop the
program when a specific data value is written to an address or when a specific data value is read
from an address.
Memory Classes
The following DSP specific memory classes are available.
To access a memory class, write the class in front of the address. Prepending an E as attribute to the
memory class will make memory accesses possible, even when the target CPU is running. See
for more information.
Examples
:
Core
On-chip
breakpoints
Instruction
breakpoints
Read/Write
breakpoint
Data Value
breakpoints
C28x
2 or 10 (with
ERAD module)
2 single addresses
2 (only with
ERAD module)
1 (only with
ERAD module)
Memory Class
Description
P
Program Memory
D
Data Memory
VM
Virtual Memory (memory on the debug system)
E
Emulation Memory, Pseudo Dualport Access to Memory.
Data.dump D:0--0xff
Data.Dump ED:0x8000
Data.List EP:main