Renesas H8S/2338 Series Manual de usuario Pagina 4

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 22
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 3
Simulator for H8/300, H8/300H and H8S 4 Quick Start of the Simulator
©1989-2014 Lauterbach GmbH
3. Enter debug mode.
This command resets the CPU and enters debug mode. After this command is executed it is possible
to access memory and registers.
4. Load the program.
The format of the Data.LOAD command depends on the file format generated by the compiler. Refer
to Supported Compilers to find the command, that is necessary for your compiler.
A detailed description of the Data.LOAD command and all available options is given in the reference
guide.
5. Startup Example
A typical start sequence is shown below. This sequence can be written to an ASCII file (script file) and
executed with the command DO <filename>.
*) These commands open windows on the screen. The window position can be specified with the
WinPOS command.
SYStem.Up
Data.LOAD.format <filename> ; load program and symbols
B:: ; Select the ICD device prompt
WinCLEAR ; Clear all windows
SYStem.CPU <cpu_name> ; Select CPU type
SYStem.Up ; Reset the target and enter
; debug mode
Data.LOAD.format <filename> ; Load the application
Register.Set pc main ; Set the PC to function main
PER.view ; Show clearly arranged peripherals
; in window *)
Data.List ; Open source code 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 *)
Vista de pagina 3
1 2 3 4 5 6 7 8 9 ... 21 22

Comentarios a estos manuales

Sin comentarios