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.