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.

TMS320F28388D: Lib movement from Flash to RAM

Part Number: TMS320F28388D


Hi, 

I am using F28388D controller, the question is related to NMI sources.

  #if defined(__TI_EABI__)
GROUP
{
ramfuncs
{ -l rts_TMS320F28388D_FlashAPI.lib}
} LOAD = FLASH0 | FLASH1 | FLASH2 | FLASH3,
RUN = RAMLS0123 ,
LOAD_START(RamfuncsLoadStart),
LOAD_SIZE(RamfuncsLoadSize),
LOAD_END(RamfuncsLoadEnd),
RUN_START(RamfuncsRunStart),
RUN_SIZE(RamfuncsRunSize),
RUN_END(RamfuncsRunEnd),
ALIGN(8)

How can i split the Flash Api lib in different RAM locations like for example i want to load flash api lib in RAM1 and application to be stored in RAM0

thanks,

Nagesh