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.

TMS320F28335: 使用controlsuit软件往CCS软件里引入solar库报错,已经把solar库放在项目properties中但还是报错。Using the controlsuit software to import the solar library into the CCS software gives an error, and the solar library has been placed in the project properties but the error is s

Part Number: TMS320F28335
Other Parts Discussed in Thread: CONTROLSUITE

代码内容(Code content):

#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
#include <math.h>
#include "Solar_F.h"


SPLL_1ph_F spll1 = { 0 };

int main()
{
InitSysCtrl(); //初始化系统时钟
InitPieCtrl(); //初始化PIE
InitGpio(); //初始化GPIO
IER = 0x0000; //CPU级中断失能
IFR = 0x0000; //清除CPU级中断标志
InitPieVectTable(); //初始化向量表

SPLL_1ph_F_init(50, 4e-5, &spll1);

}

情况简述:目前的报错内容如下所示(Brief description: The following table describes the error message)

error #16008-D: file "H:/ti/controlSUITE/libs/app_libs/solar/v1.2/float/lib/Solar_Lib_Float.lib<SPLL_1ph_F.obj>" specifies ISA revision "C28FPU32", which is not compatible with ISA revision "C2800" specified in a previous file or on the command line
error #10010: errors encountered during linking; "Example01_DSP2833x_ClockSystem.out" not built

目前自检properties中的Include设置和C2000 linker设置(The Include setting and C2000 linker setting in the self-test properties are currently in the self-test properties):