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.

TMS320F28379D: unresolved symbol

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Greetings, 

I have a pesky unresolved symbol that I can't get to the bottom of. 

For example, the linker can't see CPUTimer_setEmulationMode(). However, when I open the declaration, code composer studio is able to jump right to the declaration in the cputimer.h file.

And here is the declaration it jumps to in cputimer.h:

I included the required path in the include options section of the project properties:

Any ideas why this isn't working? And why wouldn't I get errors for the other CPUTimer functions like CPUTimer_stopTimer()?

Thanks.

  • Hi Ryan,

    Can you confirm that you have the corresponding #includes to device.h and driverlib.h in your main.c file.

    I will also recommend importing a CPU Timer example from C2000Ware and comparing the project settings to ensure your project is setup in a similar manner.

    Regards,

    Ozino