Häufig gestellte Fragen

FAQ

When different data is put on the same Flash Page, how to change a few individual data without affecting other data?  Issue Date:2016-08-29

The memory architecture used in the NuMicro® microcontroller (MCU) is Flash and its operating procedure can be divided into the following three parts:

  1. Erase Page
  2. Program Flash
  3. Read Verify Flash

To update a few data, you need to first backup data on the entire Page to RAM or Flash on different Pages that has been pre-erased, modify the data you want to change, and then write the modified data back into the memory through the following procedure:

  1. Erase Page
  2. Program Flash; write the modified data into the Flash
  3. Read Verify Flash; compare and verify the Flash value with the modified value
Products: Microcontrollers ,Arm Cortex-M0 MCUs ,M051 Base Series ,M0518 Series ,M0519 Series ,Mini51 Base Series ,Nano100/102 Base Series ,Nano103 Base Series ,Nano110/112 LCD Series ,Nano120 USB Series ,Nano130 Advanced Series ,NUC029 Series ,NUC100/200 Advanced Series ,NUC120/122/123/220 USB Series ,NUC130/230 CAN Series ,NUC131/NUC1311 CAN Series ,NUC140/240 Connectivity Series ,Arm Cortex-M4 MCUs ,M451 Base Series ,M451M Series ,M452 USB Series ,M453 CAN Series ,M4TK Touch Key Series ,NUC442/472 Series ,NUC505 Series
Applications:
Function: Peripherals,Analog,Vref,Memory,Flash Memory Controller (FMC)