Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hello there,
I am working with dual core project where I am sending some data from core1 to core2 using IPC driver api which is working fine. Also using CPUTIMER0 (not interrupt but polling) on cpu1 which is also working fine.
Now I want to use the same timer in similar fashion in core2 but when I build the program I am running into this error (see below).

Note: These errors go away if I add [#include "device.h"] header in my cpu2 main program file but then my IPC breaks (I don't receive data on cpu2 from cpu1)
Could you tell me what might be causing this? as far as I know each CPU has its own timer so using the same timer base should not be the issue, I even tried with CPUTIMER1_BASE on cpu2 but problem remains the same.
Thank you,