Part Number: LAUNCHXL-F28027F
Other Parts Discussed in Thread: MOTORWARE
Tool/software: Code Composer Studio
I have been trying to build the program ,but it pops up the below error.
I tried the methods in the other posts but no succerss.
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.
Part Number: LAUNCHXL-F28027F
Other Parts Discussed in Thread: MOTORWARE
Tool/software: Code Composer Studio
I have been trying to build the program ,but it pops up the below error.
I tried the methods in the other posts but no succerss.
Jesal,
An unresolved symbol error appears when the linker is unable to find the definition for that symbol. That means the project is missing either a source file or library that includes a definition for that symbol.
Are you using Motorware? If so, I see the function CTRL_setGains defined in a couple of source files, like ctrl.c, ctrlQEP.c. I don't know which is the correct one you need to be including in your project, but if you add one of those files that contains the definition for CTRL_setGains that should resolve this error.
This means that other source files (that contain the definitions or those functions) need to be added to the project as well. I'm not an expert on Motorware so I cannot tell you which files you need, but you could post in the C2000 device forum and they may be able to provide more specifics on which files you need to add.