2025-01-27 06:37 AM
Hi,
I am trying to us X-CUBE-EEPROM to store a few variables.
I would like to perform memory cleanup on startup. It is the only time I can reliably do that, since the operation is blocking read of instructions from flash.
Is there any way I can tell the cleanup should be triggered? I need to know before writing new data. Only way I can see in documentation(AN4894) is to try to write and see if I get EE_CLEANUP_REQUIRED returncode.