English
Language : 

MC68HC908QC16_07 Datasheet, PDF (35/274 Pages) Freescale Semiconductor, Inc – Microcontrollers
Vector Priority
Lowest
Highest
Random-Access Memory (RAM)
.
Table 2-1. Vector Addresses
Vector
IF22-
IF20
IF19
IF18
IF17
IF16
IF15
IF14
IF13
IF12
IF11
IF10
IF9
IF8
IF7
IF6
IF5
IF4
IF3
IF2
IF1
—
—
Address
$FFD0-
$FFD5
$FFD6,7
$FFD8,9
$FFDA,B
$FFDC,D
$FFDE,F
$FFE0,1
$FFE2,3
$FFE4,5
$FFE6,7
$FFE8,9
$FFEA,B
—
$FFEE,F
$FFF0,1
$FFF2,3
$FFF4,5
$FFF6,7
—
$FFFA,B
$FFFC,D
$FFFE,F
Vector
Unused vectors (available for user program)
PWU vector
TIM2 overflow vector
TIM2 channel 1 vector
TIM2 channel 0 vector
ADC conversion complete vector
Keyboard vector
SPI transmit vector
SPI receive vector
ESCI transmit vector
ESCI receive vector
ESCI error vector
Not used
TIM1 Channel 3 vector
TIM1 Channel 2 vector
TIM1 overflow vector
TIM1 Channel 1 vector
TIM1 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)
MC68HC908QC16 • MC68HC908QC8 • MC68HC908QC4 Data Sheet, Rev. 3
Freescale Semiconductor
35