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.

CCS/TMS320F28052F: Emulating EEPROM in FLASH with DSP/BIOS

Part Number: TMS320F28052F

Tool/software: Code Composer Studio

I need a way to emulate EEPROM in flash.  I have the flash_programming example working with no BIOS, but I can not get it to work within a DSP/BIOS environment.

Seems there is an issue with the PIE_VECT section overlapping PIEVECT section in the command linker file.  I need the example to work with F28052f.cmd and F2805x_Headers_BIOS.cmd files.

It currently works with Example_Flash2805x_ROM_API.cmd and F2805x_Headers_noBIOS.cmd.