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.

TMS320F28035: EEPROM Emulation using internal flash

Part Number: TMS320F28035


Dear all,

I am working on a motor control project with the TMS320f28035 MCU. With all the things developed I am looking to save some calibration data in the non volatile memory space i.e. Flash in our case. I have done the similar using different MCUs such as the STM32 series where we can take one sector of flash and emulate our EEPROM functionality on top of it.

My doubts :-

1. Is this possible in case of C2000 MCUs ? i.e. Accessing a flash sector while my application code is running from flash only.[Application code is in SECTOR-A and Calibration data to be stored in SECTOR-H]

2. How do I read and write from those spaces?

3. Do I need to unlock the flash from my main application before using these functions i.e. read and write

Thanks