mc68hc908ap8cfa Freescale Semiconductor, Inc, mc68hc908ap8cfa Datasheet - Page 128

no-image

mc68hc908ap8cfa

Manufacturer Part Number
mc68hc908ap8cfa
Description
M68hc08 Microcontrollers
Manufacturer
Freescale Semiconductor, Inc
Datasheet
Monitor ROM (MON)
The start location of the FLASH to be programmed is specified by the address ADDRH:ADDRL and the
number of bytes from this location is specified by DATASIZE. The maximum number of bytes that can be
programmed in one routine call is 255 bytes (max. DATASIZE is 255).
ADDRH:ADDRL do not need to be at a page boundary, the routine handles any boundary misalignment
during programming. A check to see that all bytes in the specified range are erased is not performed by
this routine prior programming. Nor does this routine do a verification after programming, so there is no
return confirmation that programming was successful. User must assure that the range specified is first
erased.
The coding example below is to program 64 bytes of data starting at FLASH location $EE00, with a bus
speed of 4.9152 MHz. The coding assumes the data block is already loaded in RAM, with the address
pointer, FILE_PTR, pointing to the first byte of the data block.
FILE_PTR:
BUS_SPD
DATASIZE
START_ADDR
DATAARRAY
PRGRNGE
FLASH_START
INITIALISATION:
MAIN:
128
:
MOV
MOV
LDHX
STHX
RTS
BSR
:
:
LDHX
JSR
ORG
DS.B
DS.B
DS.W
DS.B
EQU
EQU
ORG
#20,
#64,
#FLASH_START
START_ADDR
INITIALISATION
#FILE_PTR
PRGRNGE
RAM
1
1
1
64
$FC34
$EE00
FLASH
BUS_SPD
DATASIZE
MC68HC908AP Family Data Sheet, Rev. 4
; Indicates 4x bus frequency
; Data size to be programmed
; FLASH start address
; Reserved data array
Freescale Semiconductor

Related parts for mc68hc908ap8cfa