RS08KA2 PROMO Freescale Semiconductor, RS08KA2 PROMO Datasheet - Page 16

DEMO KIT, SILICON BUNDLE, RS08KA2

RS08KA2 PROMO

Manufacturer Part Number
RS08KA2 PROMO
Description
DEMO KIT, SILICON BUNDLE, RS08KA2
Manufacturer
Freescale Semiconductor
Datasheet

Specifications of RS08KA2 PROMO

Kit Contents
DEMO9RS08KA2 Board, USB Cable, Quick Start Guide, User Manual, Packing List
Svhc
No SVHC (15-Dec-2010)
Development Tool Type
Demonstration Kit
Kit Features
RS08KA2 Microcontroller,
Silicon Manufacturer
Freescale
Core Architecture
RS08
Core Sub-architecture
RS08
Silicon Core Number
MC9RS08
Silicon Family Name
RS08KA
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Introduction to RS08
The PAGESEL register defines the memory page to be accessed, the register X indicates the corresponding
location in the paging window that points to the desired upper memory location, CPU access through
register D[X] and the paging window can index to the corresponding upper memory location. Most pseudo
instructions can utilize this scheme to perform index addressing to the upper memory locations.
1.4
MCU reset provides a way to restart the MCU to a known set of initial conditions. An MCU reset forces
most control and status registers to their initial values and the program counter (PC) is started from $3FFD.
In the RS08 platform there is no vector lookup mechanism, a JMP instruction (opcode $BC) with a 2-byte
operand must programmed into the locations $3FFD–$3FFF. The operand indicates the user defined
location to start user program execution.
;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
; Reset Vector
;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Security:
16
MCU Reset
org
dc.b
jmp
Accessing any unimplemented location through the paging window will
generate an illegal address reset.
$3FBF
$3FC0
$00BF
$00C0
$3FFF
$003F
$007F
$00FF
$3F40
$3F7F
$3F80
$0000
$0040
$0080
$3FFC
$FF
main
PAGING WINDOW
PAGE 0
PAGE 1
PAGE 2
PAGE 253
PAGE 254
PAGE 255
Figure 1-4. RS08 Paging Scheme
Getting Started with RS08, Rev. 1
; SECD=1 is unsecured, SECD=0 is secured
PAGE 0
NOTE
$00
PAGE 1
$01
PAGESEL Register
PAGE 255
$FF
Freescale Semiconductor

Related parts for RS08KA2 PROMO