Freescale Semiconductor MCF51QE128RM Answering Machine User Manual


 
MCF51QE128 MCU Series Reference Manual, Rev. 3
Freescale Semiconductor 85
Get the latest version from freescale.com
Chapter 4 Memory
An example flow to execute the sector erase operation is shown in Figure 4-13. The sector erase command
write sequence is as follows:
1. Write to an aligned flash block address to start the command write sequence for the sector erase
command. The flash address written determines the sector to be erased while the data written is
ignored.
2. Write the sector erase command, 0x40, to the FCMD register.
3. Clear the FCBEF flag in the FSTAT register by writing a 1 to FCBEF to launch the sector erase
command.
If a flash sector to be erased is in a protected area of the flash block, FSTAT[FPVIOL] is set and the sector
erase command does not launch. After the sector erase command has successfully launched and the sector
erase operation has completed, FSTAT[FCCF] is set.
Figure 4-13. Example Sector Erase Command Flow
Write: Flash Sector Address
Write: FCMD register
Write: FSTAT register
1.
2.
3.
Write: FSTAT register
yes
no
Access Error and
no
Bit Polling for
Read: FSTAT register
yes
Read: FSTAT register
no
START
yes
FCBEF
Set?
Command
FCCF
Set?
FACCERR/FPVIOL
Set?
Write: FCDIV register
Read: FCDIV register
yes
no
Clock Register
FDIVLD
Set?
Note: FCDIV needs to
Written
Check
Protection Violation
Check
Buffer Empty Check
and Dummy Data
Sector Erase Command 0x40
Clear FCBEF 0x80
Clear FACCERR/FPVIOL 0x30
Command Completion
Check
EXIT
be set after each reset