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.

header files in code composer studio v3.3

i am unable to run my program which is used to generate pwm signals in event manager A.. 

the header files are not lnked properly.

the errors are undefined symbol GPAMUX, PLLKCR ,CMPR1, ... 

please help..

  • Undefined symbol errors usually occur when you are missing either a source file or a library that defines those symbols. Please make sure your project has all the appropriate source files and libraries. There are several examples provided by TI that exercise different peripherals on c28x, so you could use one of those as a guideline.