Other Parts Discussed in Thread: C2000WARE
-
When I add Flash2803x_API_V100.lib in cmd file,
Flash28_API:
{
-l Flash2803x_API_V100.lib(.econst)
-l Flash2803x_API_V100.lib(.text)
}
LOAD = FLASHA,
RUN = RAML0,
LOAD_START(_Flash28_API_LoadStart),
LOAD_END(_Flash28_API_LoadEnd),
RUN_START(_Flash28_API_RunStart),
PAGE = 0 -
I receive this warning while building the project on Flash,
"../cmd/DSP28035FlashLnkBoot.cmd", line 166: warning #10068-D: no matching section
"../cmd/DSP28035FlashLnkBoot.cmd", line 167: warning #10068-D: no matching section - What does this warning mean and how can it be resolved?
Thanks in advance,