Other Parts Discussed in Thread: C2000WARE
Dear TI Hello,
I have a warning due to the F021_API_F2837xD_FPU32 libraries added to my project.
I am using this library because my code could not be run from flash. the code was running but now with some code modification in another module, my code is staking 0x3fe494 in BROM.
I am trying to integrate this library into my project because I read in a previous post from TI this:
when I added the F021_API_F2837xD_FPU32 to the project I added also this to the cmd file,
GROUP
{
.TI.ramfunc
{
-l F021_API_F2837xD_FPU32.lib
}
} LOAD = BOOTCODE,
RUN = RAMGS7,
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
RUN_SIZE(_RamfuncsRunSize),
RUN_END(_RamfuncsRunEnd),
PAGE = 1
my problem now is I have a warning issue, in the map file I could not see the librarie liked to the project.
The warning says:
Description Resource Path Location Type
#10068-D no matching section saver.cmd
Thank you in advance,
S.Tarik