FlexNVM and FlexRAM together emulate the EEPROM storage. In emulated form, FlexNVM is called
EEPROM-backup and FlexRAM is called EEERAM. The user/application program directly interfaces with EEERAM for emulated
EEPROM operations. For example, if the user wants to write to the emulated-EEPROM, the user writes to the EEERAM and
internally, the flash system locks the interface and writes data back to the EEPROM-backup for non-volatile update. Similarly on
every power-up data is retrieved from EEPROM-backup and copied to the EEERAM for use/application use. In simple language,
EEERAM is the point of contact for user/application to talk to emulated-EEPROM storage.
Problen:the map of e-flash and EEE(How do the datas of EEE write to e-flash, How do addr change?) ,in case of setting FlexNVM is 32k d-flash(Base addr:0x10000000) and 32k e-flash(Base addr:0x10008000), setting FlexRAM is 4k EEE(Base addr:0x14000000)