Hello,
I want to use a timer in cc2640 for calculating the some time. Which timer is available in cc2640? is there any example for that?
I tried the following but it does not work
Clock_Struct periodic;
Util_constructClock(&periodic, clock_callback,
3000, 0, true, 0);
Util_startClock(&periodic);
bool status=Util_isActive(&periodic);
waiting for your kind reply.
Regards