Does STM32G031 offer word/double-word based Data EEPROM access
I am trying to migrate our current design from L031 to G031 for the additional 32K firmware space with the same pin layout. One of the requirements is to store integer counters in the flash memory, and the counters get updated roughly 50K times over the device life. We used to be able to do it easily with L031 "data EEPROM". But it seems that with G031 the flash memory requires page-erase before any rewrite update.
Since the G031 flash has a 10K write limit, if each counter update requires a page erase, the limit will be reached very quickly. I am wondering if there is an equivalent "Data EEPROM" capability in G031 ? We found a X-CUBE-EEPROM emulator expansion but it seems at low level it still requires the same page erase operation.
