English
Language : 

MC68HC908QY4A_10 Datasheet, PDF (28/200 Pages) Freescale Semiconductor, Inc – M68HC08 Microcontrollers
Memory
Vector Priority
Lowest
Highest
Table 2-1. Vector Addresses
Vector
IF22-
IF16
IF15
IF14
IF13
IF12
IF11
IF10
IF9
IF8
IF7
IF6
IF5
IF4
IF3
IF2
IF1
—
—
Address
$FFD0,1-
$FFDC,D
$FFDE,F
$FFE0,1
—
—
—
—
—
—
—
—
$FFF2,3
$FFF4,5
$FFF6,7
—
$FFFA,B
$FFFC,D
$FFFE,F
Vector
Not used
ADC conversion complete vector
Keyboard vector
Not used
Not used
Not used
Not used
Not used
Not used
Not used
Not used
TIM overflow vector
TIM channel 1 vector
TIM channel 0 vector
Not used
IRQ vector
SWI vector
Reset vector
2.5 Random-Access Memory (RAM)
This MCU includes static RAM. The locations in RAM below $0100 can be accessed using the more
efficient direct addressing mode, and any single bit in this area can be accessed with the bit manipulation
instructions (BCLR, BSET, BRCLR, and BRSET). Locating the most frequently accessed program
variables in this area of RAM is preferred.
The RAM retains data when the MCU is in low-power wait or stop mode. At power-on, the contents of
RAM are uninitialized. RAM data is unaffected by any reset provided that the supply voltage does not drop
below the minimum value for RAM retention.
For compatibility with older M68HC05 MCUs, the HC08 resets the stack pointer to $00FF. In the devices
that have RAM above $00FF, it is usually best to reinitialize the stack pointer to the top of the RAM so the
direct page RAM can be used for frequently accessed RAM variables and bit-addressable program
variables. Include the following 2-instruction sequence in your reset initialization routine (where RamLast
is equated to the highest address of the RAM).
LDHX
TXS
#RamLast+1
;point one past RAM
;SP<-(H:X-1)
MC68HC908QYA/QTA Family Data Sheet, Rev. 3
28
Freescale Semiconductor