Hi.
I'm currently trying to use Flash memory in RM48L952.
Datasheet shows that the MCU has two kind of memory: 3MB of Program Flash With ECC with 1000 write/erase cycles and 64KB of Flash With ECC for Emulated EEPROM with 100000 write/erase cycles..
1. Is it correct that 3MB flash is for programming and EEPROM emulated flash is for data storing?
2. Is it OK that I still use (part of)3MB flash for data if I need to?
3. If bank width of flash(both 3MB and EEPROM emulated) is 128-bits wide, does that mean writing single byte to flash(in code) results in affecting all 16 bytes, using write cycle of that part?(Is block 16 bytes)
Thank you!