Hi,
In our application development we are using TM4C1290NCPDT customized board.
Internal EEPROM we configured with protection & password lock mechanism. Using PROT -0x0
We have loader & application. In application we wrote some value in EEPROM & locked the block. After reset if we read data from internal EEPROM it is getting 0xFF.
After reset If we do unlock with password only getting correct data MAP_EEPROMBlockUnlock() .Is it expected behavior?
But as per data sheet if we use PROT as 0 read should work without password.
and in data sheet mentioned ,
After reset without MAP_EEPROMBlockUnlock() function read will work or not? Can you help on this?