Eeprom emulation cannot find ERASED_PAGE when all pages are full
Hi,I'm porting "eeprom emulation" into STM32L476RG. It is based on "en.x-cube-eeprom".I set GUARD_PAGES_NUMBER 4When all eeprom pages are full, then it can't go forward.EE_WriteVariable32bits() -> WriteVariable() -> EE_PAGE_FULL -> PagesTransfer() ->...