Renesas V850 Series Manual de usuario Pagina 11

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 58
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 10
V850 Debugger and Trace 11 Quick Start JTAG
©1989-2014 Lauterbach GmbH
The start up can be automated using the programming language PRACTICE. A typical start sequence is
shown below:
*) These commands open windows on the screen. The window position can be specified with the WinPOS
command.
b:: ; Select the ICD device prompt
WinCLEAR ; Delete all windows
MAP.BOnchip 0x000000++0x07ffff ; Specify where’s FLASH/ROM
SYStem.CPU 70F3281 ; Select the processor type
SYStem.Up ; Reset the target and enter debug
; mode
Data.Load.ubrof sieve.d85 ; Load the application
Register.Set PC main ; Set the PC to function main
Data.List ; Open disassembly window *)
Register /SpotLight ; Open register window *)
Frame.view /Locals /Caller ; Open the stack frame with
; local variables *)
Var.Watch %Spotlight flags ast ; Open watch window for variables *)
PER.view ; Open window with peripheral register
; *)
Break.Set sieve ; Set breakpoint to function sieve
Break.Set 0x1000 /Program ; Set on-chip breakpoint to address
; 1000 (address 1000 is in FLASH)
; (Refer to the restrictions in
; On-chip Breakpoints.)
Break.Set 0x3FFB100 /Program ; Set software breakpoint to address
; 3FFB100 (address 3FFB100 is in RAM)
Vista de pagina 10
1 2 ... 6 7 8 9 10 11 12 13 14 15 16 ... 57 58

Comentarios a estos manuales

Sin comentarios