Resolved! X-CUBE-EEPROM software package fills up emulated EEPROM with zeros on every call to EE_Init()
I am using an STM32L422RB and I have added the X-Cube-EEPROM SW package (version 3.0.0). After intensive use I noticed that the eEEPROM driver is actually writing 64 bits of 0's to my emulated EEPROM space on every device power up or wakeup. On furt...