English
Language : 

SLAS191A Datasheet, PDF (36/86 Pages) Texas Instruments – Starter Kit Evaluation Kit Manual
>@C000
F2 43 30 00 F2 40 57 00 40 00 F2 D0 80 00 05 00
F2 C0 40 00 40 00 F2 D0 80 00 01 00 F0 40 80 00
01 42 B0 12 50 C0 32 D2
@C050
35 40 0F 00 C5 43 30 00 15 83 FC 23 30 41
@C100
D0 83 1F 41 06 20 B1 C0 10 00 00 00 F0 40 80 00
11 41 00 13
@03E0
40 02 00 C1 40 02 40 02 40 02 40 02 40 02 40 02
40 02 40 02 40 02 40 02 40 02 40 02 40 02 40 02
q
>burn failed at c000
>downloaded _PC_ _SP_ _SR_
reg 0000 0240 03de 0008 0000 f48c c010 0000 0010
reg 0008 0c62 4098 0000 ffd0 2051 0e14 28ac f84e
>
Figure 1–27. Burn Failed Message
In the gs_stk6.asm example, in the examples directory, only the addresses of the routines in the EPROM
are labeled. This supports easy use of program sections in the EPROM.
;****************************************************************************
; Addresses in EPROM
;****************************************************************************
PrepLCD .equ
;––– clear LCD
show_clr .equ
Int_BT .equ
EPROM_orig
EPROM_orig+50h
EPROM_orig+100h
; EPROM Address of PrepLCD
; EPROM Address of show_clr
; Basic Timer Interrupt routine
; Basic Timer 128 Hz (7.8 ms)
1–30