Part Number: TMS320F28235
Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
Hello:
I try to save data in 28235 flash memory.
The linker make a warning #10068-D: no matching section at line : -l Flash28235_API_V210.lib(.econst)
Flash28_API:
{
-lFlash28235_API_V210.lib(.econst)
-lFlash28235_API_V210.lib(.text)
}
LOAD = FLASHA,
RUN = RAML_lib,
LOAD_START(_Flash28_API_LoadStart),
LOAD_END(_Flash28_API_LoadEnd),
RUN_START(_Flash28_API_RunStart),
PAGE = 0
Someone could help me?