This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM48L952: Using Program Flash and Flash for emulated EEPROM

Part Number: RM48L952

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!