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.