Instead of using external EEPROM I am intersted to store the data in the memory of TMS320F28027
Is there any facility to store data internally without using external EEPROM. So that in case of reset of Chip, the data will stored there permanaetly.
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.
Instead of using external EEPROM I am intersted to store the data in the memory of TMS320F28027
Is there any facility to store data internally without using external EEPROM. So that in case of reset of Chip, the data will stored there permanaetly.
Hi Ashutosh,
If you're planning to store data address wise then you can go through "Emulating EEPROM in FLASH".
http://www.ti.com/mcu/docs/litabsmultiplefilelist.tsp?sectionId=96&tabId=1502&literatureNumber=sprab69&docCategoryId=1&familyId=919
Regards,
Gautam
Ashutosh Pailwan1 said:But by storing in flash will it be not erased when it is reset
No, it will not be erased when reset.
You should prepare one sector of flash that special for your data, that will not get disturbed by other data.
Please read the document that I gave (I think the same with the one that Gautam gave) to learn the trick about this.
Best regards,
Maria