Part Number: TMS320F28069
Other Parts Discussed in Thread: C2000WARE
Can TMS320F28069 save variable in its own memory permanently? (when power goes down the variables should be there.)
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28069
Other Parts Discussed in Thread: C2000WARE
Can TMS320F28069 save variable in its own memory permanently? (when power goes down the variables should be there.)
Hi Harshana,
Are you wanting to save a static or dynamic value? You can save a static value to a location in Flash using the Flash API.
See the below within C2000ware for more info:
C:\ti\c2000\C2000Ware_2_00_00_03\libraries\flash_api\f2806x
Best,
Kevin
Hi Harshana,
An external EEPROM would be better to use then. EEPROMs commonly have byte-to-byte program/erasing where Flash requires you to erase the entire sector. Additionally the write operations are typically much faster.
See the below Application report for more info:
Best,
Kevin