Hi Sumit, You are correct, there is also a CPU timer module for CPU2. All of the base addresses (included the define for CPUTIMER0_BASE) are defined in the /driverlib/inc/hw_memmap.h file. This gets included in driverlib.h, so as long as you have #include "driverlib.h" in your main C file for CPU2, the compiler should be able to locate the define for the CPUTIMER0_BASE in CPU2's code. I would suggest following one of the IPC examples in C2000ware to see how to set up the includes for both the CPU1 and CPU2 main C files. Best Regards, Delaney
↧