
M32R Debugger and Trace 8 Q u i c k S t a r t
©1989-2014 Lauterbach GmbH
A typical start sequence for the MSC8101 is shown below. This sequence can be written to an ASCII file
(script file) and executed with the command DO <filename>. Other sequences can be found on the
TRACE32 Product Software CD in the DEMO directory ~~\demo\m32r.
b:: ; Select the ICD device prompt
WinClear ; Clear all windows
SYS.CPU M32196 ; Select CPU
SYS.JC 15000000. ; Choose JTAG frequency
SYS.UP ; Reset the target and enter debug
; mode
MAP.DENYACCESS ; Forbid any access to the memory in
; general
MAP.BONCHIP 0x0000--0x007FFF
; ROM
; Specifies the program memory where
; on-chip breakpoints must be used
Data.LOAD.SR Sieve.abs /VERFY ; Load the application, verify the
; process
Go main ; Run and break at main()
Data.List ; Open source window
Register /SpotLight ; Open register window
Var.Local ; Open window with local variables
Comentários a estes Manuais