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.

Undefined Symbols in PWM code

Other Parts Discussed in Thread: CCSTUDIO

Hello, 

I recieved unresolved symbols remain error when I try to build my PWM code for TI C2000, TMS 320C2800. Here is the error:

 

undefined     first referenced
  symbol           in file
 ---------     ----------------
 _DevEmuRegs   D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\DSP280x_SysCtrl.obj
 _EPwm1Regs    D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\Untitled1.obj
 _EPwm2Regs    D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\Untitled1.obj
 _EPwm3Regs    D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\Untitled1.obj
 _FlashRegs    D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\DSP280x_SysCtrl.obj
 _GpioCtrlRegs D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\DSP280x_EPwm.obj
 _PieCtrlRegs  D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\DSP280x_PieCtrl.obj
 _PieVectTable D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\DSP280x_PieVect.obj
 _SysCtrlRegs  D:\\CCStudio_v3.3MCU\\MyProjects\\pwm4\\Debug\\DSP280x_SysCtrl.obj

error: unresolved symbols remain

How can I solve this problem?

Best Wishes,