Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28069
Hi all
I am using TMX320F28075 device.
I want to use CLA for the same device.
I linker command file i am using is
C:\ti\controlSUITE\device_support\F2807x\v210\F2807x_common\cmd\2807x_FLASH_CLA_lnk_cpu1.cmd
But i am not able to find the declaration of "CLA1mathTables".
due to that i am getting a warning of
"Description Resource Path Location Type
#10247-D creating output section "CLA1mathTables" without a SECTIONS specification test C/C++ Problem"
looking in the details
I have seen in demo application of CLA that is given at
C:\ti\controlSUITE\libs\math\CLAmath\v4_02_00_00\examples\2806x_cos
they have used the command file which has "CLA1mathTables"
what should i do resolve the warning?