Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hi,
When I try to put library Flash2806x_API_wFPU_Library.lib into the RAM receive warning message that not matching section
Used Code Composer Studio Version: 6.1.3.00033, compiler version TI v15.12.1.LTS
Library getting from controlSUITE
In linker file added following lines:
Flash28_API: // Applicable only when API is not in BootROM
{
-l Flash2806x_API_wFPU_Library.lib (.econst)
-l Flash2806x_API_wFPU_Library.lib (.text)
}
LOAD = FLASHD
RUN = RAML0
LOAD_START(_Flash28_API_LoadStart),
LOAD_END(_Flash28_API_LoadEnd),
RUN_START(_Flash28_API_RunStart),
PAGE = 0
Also getting from examples in controlSUITE.
What I do wrong?