This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

errors in ADC_CLA configuration in CCS_V6 - TMS320F28026

Other Parts Discussed in Thread: TMS320F28026, TMS320F28035, CONTROLSUITE

Hi All,

Previously we were using TMS320F28026/27 for our applications. Now for one of our applications we are facing some limitations with F2802x series. So we decided to use TMS320F28035 MCU with a co-processor.

We created a new project in CCS V6 and tried to execute ADC_CLA example. But we are getting some errors/ warnings related to the linker files.

For your reference, herewith I am attaching the Console Snapshots

I am unable to understand where can I find the definitions?

Please look into the issue and guide me for the same.

 

Thanks and Regards,

SOMESH

  • The unresolved symbols _Cla1funcsLoadStart etc. are symbols defined by the linker and referenced in the source code. You need to make sure your linker command file defines these symbols.

    Take a look at the file 28035_RAM_CLA_lnk.cmd (found in C:\ti\controlSUITE\device_support\f2803x\v130\DSP2803x_common\cmd) to see how these are defined. You could probably even use this file as-is in your project.