I am writing a code on c28 which accepts config file which is sent to device through ethernet (through m3). Now I need to store this config file on flash for next time running my code. I can not loose this file even if power OFF and ON happens.
Please let me know how can I write a program which is can write data on Flash and read it? c28 itself must write data (not through PC) as the config file can be changed at runtime. Please help.