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.

Need Example of EEPROM region

John Hall said:

Hello Jonas,

You cannot directly write to a location in EEPROM Emulation Bank as this is Flash memory meant to be used for emulating EEPROM and/or non-executable Data.  To program to addresses within this bank, you will need to use the F021 Flash API

For testing ECC errors on the EEPROM Emulation Bank or Customer OTP, we have pre-programmed single bit and double bit errors in OTP.

Single Bit:  (uint64 *) (0xF008E3F0)

Double Bit:  (uint64 *) (0xF008E3F8)

Hi,

Can you please provide a sample.