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: How to configure a timer using the ConfigCpuTimer() function.

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

I am trying to develop a program to generate interrupts from scratch using the available examples, specifically "timed_led_blink_cpu."

The program calls the ConfigCPUTimer() function from F2837xD_CPUTimers.c and passes the timer address, clock frequency and desired interrupt period as parameters. When I try to do the same in a new project (I have included all headers and commons from the C2000Ware library), I get the following errors:

I'm not exactly sure how to fix this, since I'm not too familiar with .obj type files and how they are generated. My guess is there are additional dependencies, but I'm not sure what they are.

Thanks in advance.