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.

variable "SysPwrCtrlRegs" was declared with a never-completed type

Other Parts Discussed in Thread: CONTROLSUITE

Hi

 

I have a F28035 Control board and attempting to complete the C2000 3 day lab.  While trying to compile lesson 12 DSP/BIOS I get the following error:

variable "SysPwrCtrlRegs" was declared with a never-completed type.  A member asked this same question in 11/2010 but for the life of me I don't see a solution.

Can someone point me in the right direction to answer this.

  • Duane,

    The SysPwrCtrlRegs structure is defined in the F2803x header files.  I checked the latest version of the F2803x header files in controlSUITE, but do not get an error when I compile code that uses this structure.  I'm guessing that there is an older version of the header files included with the lab files and that is why you are seeing that error.  If you point your lab project to point to the header files in the latest controlSUITE release, I don't think you will see this problem.  Give that a shot and let me know if you still see this problem.

    Trey