Part Number: TMS320F28377D
Tool/software:
Hi,everyone
i need some help about App Code run in ram
before i use the following type to run the Code in ram,everything is ok,compiling with no errors. after i do the following :
(1) i add my first App1.obj(.text), compiling is successful, with no errors.
(2)i add my 2nd,which named App2.obj(.text),errors happen, which is
redefined: xxxx first defined in "<whole-program>"; redefined in "App2.obj" ,where xxxx is fuction name or variable name that defined in App2,and they are all private variable.
.TI.ramfunc : { App1.obj (.text),
App2.obj(.text)}
LOAD = FLASHH,
RUN = RAMS2_6,
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
RUN_SIZE(_RamfuncsRunSize),
RUN_END(_RamfuncsRunEnd),
so, why this happens? only after change the cmd file to run Code in Ram, the errors come out, can you please help me solve the issue?

