Hi Everyone
I have a doubt while using timers in CC2541 I been through the CC254X document, I am bit confusing with it.
In short what I need is
A; //Here I need to start the timer for 5 sec
{
B;
C;
D;
.
.
.
}
I need to start the TImer at A for 5 sec's and I need to execute below loop in 5 sec's which approach will be helpful without using loops.
Thanks in advance
Jayaraj