Renesas V850 Series Bedienungsanleitung Seite 10

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 58
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 9
V850 Debugger and Trace 10 Quick Start JTAG
©1989-2014 Lauterbach GmbH
This example estimates 0xff as memory content at address 0x70 … 0x79.
6. Load the program.
The option of the Data.LOAD command depends on the file format generated by the compiler. For
information on the compiler options refer to the section Compiler. A detailed description of the
Data.LOAD command is given in the “General Commands Reference”.
; BROM switching
Data.Set 0xfffff8d0 %Byte 0xa5
Data.Set 0xfffff8d4 %Byte 0x08
Data.Set 0xfffff8d4 %Byte 0xf7
Data.Set 0xfffff8d4 %Byte 0x08
; KeyCode setting
; data at 0x70 … x79 is estimated as 0xff
Data.Set 0xfffff9c0 %Word 0xffff 0xffff
Print DATA.LONG(D:0x70)
Data.Set 0xfffff9c0 %Word 0xffff 0xffff
Print DATA.LONG(D:0x74)
Data.Set 0xfffff9c0 %Word 0x0000 0xffff
Print DATA.LONG(D:0x78)
Print DATA.LONG(D:0xfffff9c4)
Data.LOAD.ubrof sieve.d85
; (ubrof specifies the format,
; sieve.d85 is the file name)
Seitenansicht 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 57 58

Kommentare zu diesen Handbüchern

Keine Kommentare