Tool/software: Code Composer Studio
Hey I am using TMS320F28377D DSP and using Code composer studio for programming. Currently my code is running on volatile memory (flash) so when I turn off the power and turn it back on the controller loses the memory (code). I want to write the code to Non volatile memory (EEPROM) so that my controller doesn't lose the memory when I cut off the power. Can some suggest me a solution to that process?
Thanks everyone