CHAPTER 18 FLASH MEMORY
User’s Manual U16898EJ3V0UD
284
18.8.4 Example of shifting normal mode to self programming mode
The operating mode must be shifted from normal mode to self programming mode before performing self
programming.
An example of shifting to self programming mode is explained below.
<1> Disable interrupts if the interrupt function is used (by setting the interrupt mask flag registers (MK0, MK1) to
FFH and executing the DI instruction).
<2> Clear the flash status register (PFS).
<3> Set self programming mode using a specific sequence.
•
Write a specific value (A5H) to PFCMD.
•
Write 01H to FLPMC (writing in this step is invalid).
•
Write 0FEH (inverted value of 01H) to FLPMC (writing in this step is invalid).
•
Write 01H to FLPMC (writing in this step is valid).
<4> Check the execution result of the specific sequence using bit 0 (FPRERR) of PFS.
Abnormal
→
<2>, normal
→
<5>
<5> Mode shift is completed.
Caution Be sure to perform the series of operations described above using the user program at an
address where data is not erased nor written.