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):