This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Power mode 2 with SimpliciTI

Other Parts Discussed in Thread: SIMPLICITI

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

  • What is the mechanism that you are using the wake up the device to continue processing?  SimpliciTI does not implement any specific wake up mechanism.  It does provision to turn off and turn on the radio through the SMPL_Ioctl(), but does not have any implication on the system level power modes.

  • Thank you for your answer. I have just regulated my problem. In made I had a problem with the clocks of the CC1110 when I left the sleep mode. But maintaining it is regulated. If somebody with the same problem to check with the PM1 if you used the good clocks