I have STM32G030J6 with 32kB Flash and I need emulate EEPROM. Is it possible?
I need permanently save configuration data (several bytes only) in STM32G030J6 in SO8N package. I tried to use EEPROM emulation SW but not working - very robust and complicated. Is there some easy way how to do this? There is no other EEPROM and no p...