First write to Flash using EEPROM Emulator fails.
I am adding EEPROM emulation using the x-cube-eeprom package. On program startup I am calling EE_Init and I have traced the code through the checks for the flash to be used being erased, which it is. However, when the first element is written, the flash write fails. The error I see returned is "EE_WRITE_ERROR" in "SetPageState."
The package is being used on an STM32G070 Cube project. Perhaps I am missing some set up, I followed the instructions in AN4894 to set the user defines. Is there more setup required in CubeMx?
Sid
