Specifications

Table Of Contents
ARM Debugger 2 3 A R M S p e c i f i c I m p l e m e n t a t i o n s
©1989-2014 Lauterbach GmbH
Example for Standard Breakpoints
Assume you have a target with
FLASH from 0x0--0xfffff
•RAM from 0x100000--0x11ffff
The command to configure TRACE32 correctly for this configuration is:
The following standard breakpoint combinations are possible.
1. Unlimited breakpoints in RAM and one breakpoint in ROM/FLASH
2. Unlimited breakpoints in RAM and one breakpoint on a read or write access
3. Two breakpoints in ROM/FLASH
4. Two breakpoints on a read or write access
Map.BOnchip 0x0--0xfffff
Break.Set 0x100000 /Program ; Software breakpoint 1
Break.Set 0x101000 /Program ; Software breakpoint 2
Break.Set addr /Program ; Software breakpoint 3
Break.Set 0x100 /Program ; On-chip breakpoint
Break.Set 0x100000 /Program ; Software breakpoint 1
Break.Set 0x101000 /Program ; Software breakpoint 2
Break.Set addr /Program ; Software breakpoint 3
Break.Set 0x108000 /Write ; On-chip breakpoint
Break.Set 0x100 /Program ; On-chip breakpoint 1
Break.Set 0x200 /Program ; On-chip breakpoint 2
Break.Set 0x108000 /Write ; On-chip breakpoint 1
Break.Set 0x108010 /Read ; On-chip breakpoint 2