Hi All,
I want to have non-volatile memory to use it in project even electricty gone out. I dont want to use EEPROM because it has limited read/write operation. I have configuration values to store always.
I will set these values while program running and won't lost them. What should I perform ? ROM or On chip flash ? Which one is logical ?
Thanks in advance.
*(I am using TM4c1294NCPDT)