Hi,
I wrote a routine based on one of the functions found in the PDK's called timer_test.c.
I'm not using interrupt. The idea is to use csl in order to configure the timer in core 0 and read the global timer from core 0 and core 1.
I configured the global timer from core 0 (similar to the example in timer_test.c).
In order to get a handler, in core 1, I called , only the CSL_tmrOpen function for the same global timer.
The reading from core 0 is ok, but from core1 I always receive 0.
- Could somebody tell me what should be the problem I didn't succeeded for reading the global timer from core 1 and what to do?
Thanks in advance.
Shmuel