179/317
6 - STMicroelectronics Programming Tools
;*
;*************************************************************
BYTES
; following addresses are 8 bit long
;*************************************************************
segment byte at 80-FF 'ram0'
; user ram in zero page
;*************************************************************
WORDS
; following addresses are 16 bit long
;*************************************************************
segment byte at 100-13F 'ram1'
; extended user ram
;*************************************************************
;*************************************************************
segment byte at 140-17F 'stack'
; stack ram
;*************************************************************
;*************************************************************
segment byte at E000-FFDF 'rom'
; program rom
;*************************************************************
;*************************************************************
segment byte at FFE0-FFFF 'vectit'
; interrupt vector table
;*************************************************************
END
Typically, this file remains the same for all projects; you should only alter these settings for
special reasons relating to the memory map of the component that is fixed by hardware. When
changing the type of microcontroller, you have to change this file and replace it with a file spe-
cially written for the other model of microcontroller.
6.4.3.5 The
CATERPIL.BAT
file
This file drives the assembly, link, hex file generation and back annotation of the listing files.
The contents of the file are:
asm -li Map72251
asm -li Reg72251
asm -li MAIN
asm -li TIMER500
lyn RMTMAIN,CATERPIL,
pause
obsend CATERPIL,f,CATERPIL.s19,s
asm Map72251 -sym -fi=CATERPIL.map
asm Reg72251 -sym -fi=CATERPIL.map
asm MAIN -sym -fi=CATERPIL.map
asm TIMER500 -sym -fi=CATERPIL.map
Содержание ST7 Series
Страница 1: ...ST7 8 BIT MCU FAMILY USER GUIDE JANUARY 1999 1 ...
Страница 238: ...238 317 8 C Language and the C Compiler 08 Burn bmp Then use the EPROMer programmer software as described in Chapter 7 ...
Страница 289: ...289 317 10 Second Application a Sailing Computer 10 befor Bs Rw Vw VMG AlphaR AlphaV Before the wind ...