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