How can i save data when power off in TouchGFX
I have build application using TouchGFX and STM32F746 based on kit STM32F746G from ST.
Because in my screen, i have some data setting when screen startup, so i want to these data don't lost when power off, it look like i can save data in eeprom of STM32F746,
I have test with example in folder STM32CUBE but it not success.
last time i can using flash of STM32F103C8 for eeprom, but on STM32F746 it using TouchGFX and area of Flash very different with STM32F103C8, so i don't know what should i do.
Anyone can help me for this case?
Size of Data i want to save it about 100-200 byte.
Thanks and best regards.