Datasheet

Migrating Projects from SDT to ADS
ARM DUI 0064D Copyright © 1999-2001 ARM Limited. All rights reserved. 4-17
readsyms embed.axf
pc = 0x0
cpsr = %IFt_SCVC (in SDT this was cpsr = %IFt_SVC32)
$vector_catch = 0
$semihosting_enabled = 0
$top_of_memory = 0x40000
For AXD the equivalent commands are:
loadsymbols embed.axf
setpc 0
sreg cpsr 0xd3
spp vector_catch 0
spp semihosting_enabled 0
let $top_of_memory 0x40000
For other examples, go to the technical support area on the ARM web site at
www.arm.com
.