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.

[F28035] How to use CLAsin, CLAcos ... function in CLA program?

Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28035

Hi all,


I tried to use CLAsin and CLAcos functions in CLA program but I got problem.

When I use this functions, some errors are occur on as flowing description.

#10010 errors encountered during linking; "UPS_FLASH.out" not built  C/C++ Problem
#16008-D file "../CLAmath_fpu32.lib<CLAcos.obj>" specifies ISA revision   C/C++ Problem
#16008-D file "../CLAmath_fpu32.lib<CLASinCosTable.obj>" specifies ISA  C/C++ Problem
#16008-D file "../IQmath.lib<IQ15div.obj>" specifies ISA revision C/C++ Problem
#16008-D file "../IQmath.lib<IQ24toF.obj>" specifies ISA revision   C/C++ Problem
#16008-D file "../IQmath.lib<IQmathTables.obj>" specifies ISA revision   C/C++ Problem
#16008-D file "../rts2800_ml.lib<_lock.obj>" specifies ISA revision  C/C++ Problem
#16008-D file "../rts2800_ml.lib<args_main.obj>" specifies ISA revision  C/C++ Problem
#16008-D file "../rts2800_ml.lib<boot.obj>" specifies ISA revision  C/C++ Problem
#16008-D file "../rts2800_ml.lib<exit.obj>" specifies ISA revision C/C++ Problem\
#16008-D file "../rts2800_ml.lib<u_tofs.obj>" specifies ISA revision   C/C++ Problem
#16008-D file "./source_files/ADC_config/ADC_CONFIG.obj" specifies ISA   C/C++ Problem
#16008-D file "./source_files/Function_and_init_files/CLAdiv.obj"  C/C++ Problem
#16008-D file "./source_files/Function_and_init_files/CLAsqrt.obj"   C/C++ Problem
#16008-D file "./source_files/Function_and_init_files/DSP2803x_ECan.obj" C/C++ Problem
#16008-D file "./source_files/Function_and_init_files/EEPROM.obj"   C/C++ Problem
#16008-D file "./source_files/task_files/CLA-Tasks_C.obj" specifies ISA   C/C++ Problem

I also use CLAdiv function and it is so good.

"CLAmath.h" was incluced,

in CMD_files:

 CLAmathTables    : > CLARAM1,          PAGE = 1
 CLA1mathTables    : > CLARAM1,          PAGE = 1

Could you tell me the way to fix it.

Thank you!