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.

CCS/TMS320F28335: undefined symbol showing for mppt and exponential moving average objects

Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE, C2000WARE-DIGITALPOWER-SDK

Tool/software: Code Composer Studio

Dear Sir/Madam,

I am using MPPT and exponential moving average objects in my project using ccs v9. I have included solar library and required files shown below

But I am getting the following error 

  • Hi,

    Is the ADC example you are using modified? Can you please list the compiler version being used. I noticed you have included files from both the C2000Ware-DigitalPower-SDK and C2000Ware. Is there any reason, as to using include paths to files in controlSUITE? I suggest you update the project to reference files in C2000Ware and DigitalPower-SDK. Do note that the DigitalPower SDK also includes a version of c2000ware. This will allow you to only reference files in one package instead of across two.

    It seems to me that there's some incompatiblities in the project that are preventing it from building in CCSv9. For starters, I would strongly recommend you use the ADC_SOC example available in C2000Ware as a starting point. I make this suggestion because the examples and libraries in C2000Ware are setup to work alongside the C2000WARE-DIGITALPOWER-SDK components. In addition, it is likely to be compatible with newer versions of the compiler and CCS.

    Regards,

    Ozino