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.