I was using CCS2 with this piece of code inserted into F2810.cmd
Flash28_API:
{
-lFlash2810_API_V210.lib(.econst) //line 117
-lFlash2810_API_V210.lib(.text) //line118
} LOAD = FLASHC,
RUN = RAML0,
LOAD_START(_Flash28_API_LoadStart),
LOAD_END(_Flash28_API_LoadEnd),
RUN_START(_Flash28_API_RunStart),
PAGE = 0
It worked with no problems. Unfortunatelly I switched to CCS3.3.81.6 (i needed long long and we bought a new version) and now I get an error:
"C:\\GB\\DSP_projekty\\liner_krakow\\F2810.cmd", line 117: warning: no matching
section
"C:\\GB\\DSP_projekty\\liner_krakow\\F2810.cmd", line 118: warning: no matching
section
Where could be the problem?