Hello,
I currently work on the TI CC1110 with Protocol SimpliciTI.
I would like to know if somebody uses the CC1110 in Power mode 2 with SimpliciTI APIs. Because while taking again the examples of TI to put the system in sleep, I do not arrive then any more at used these APIs.
Here an extract of my code:
void main (void)
{
BSP_Init();
while(1)
{
SMPL_Init(sCB);
sleep(ATTENDRE_1_SECONDE);
}
}
"sleep" is the same function that "powermode2.c"
Thank you in advance