Other Parts Discussed in Thread: CONTROLSUITE
Hello,
As i am both pretty new with MCU programming and CCS, I was wondering if anyone has got the dual motor control kit to work in CCS4.
The samples included on the disk was written for CCS 3.3 and I had some issues importing it (even as legacy project).
However, i did find Crosshairs' TSP on this URL:
http://crosshairsembedded.com/TMDS2MTRPFCKIT
That is the a rewritten edition of the sample project that is supposed to work on CCS4, but i get "unresolved symbol" error like this:
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_AdcRegs ./2xPM_Sensorless.obj
_AdcResult ./2xPM_Sensorless.obj
_CpuTimer0Regs ./2xPM_Sensorless.obj
_CpuTimer1Regs ./2xPM_Sensorless.obj
_CpuTimer2Regs ./2xPM_Sensorless.obj
_EPwm1Regs ./2xPM_Sensorless.obj
_EPwm2Regs ./2xPM_Sensorless.obj
_EPwm3Regs ./2xPM_Sensorless.obj
_EPwm4Regs ./2xPM_Sensorless.obj
_EPwm6Regs ./2xPM_Sensorless.obj
_EQep1Regs ./2xPM_Sensorless.obj
_FlashRegs ./2xPM_Sensorless-DevInit_F2803x.obj
_GpioCtrlRegs ./2xPM_Sensorless.obj
_GpioDataRegs ./2xPM_Sensorless.obj
_PieCtrlRegs ./2xPM_Sensorless.obj
_PieVectTable ./2xPM_Sensorless.obj
_SciaRegs ./src Crosshairs/Commros_user.obj
_SysCtrlRegs ./2xPM_Sensorless-DevInit_F2803x.obj
error: unresolved symbols remain
error: errors encountered during linking; "TMDS2MTRPFCKIT-2xPM_Sensorless.out" not built
Below are some screens: