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.

CC2642R: Idle Mode

Part Number: CC2642R
Other Parts Discussed in Thread: SYSCONFIG

Hi Team,

One thing i understood, all CC26x2 examples are automatically shuffle their power modes.

as of my understanding,

like if it's in block state(sleep, waiting for any i/p like event_pend() , scanf(), sleep() etc..,) ----> it's standby mode

once it's get from that state it will come to active state ri8?

 and now my problem is like, want to move the device to idle/active mode when i want.. for this, there is need to create any custom power mode api's ?

are there any functions to call? 

like when we call this power_shutdown() function the device will go to shutdown ri8 like that are there any specified functions for idle and active mode?

and one more the device will go automatically to idle mode / Active mode ..but i don't want to do like that..it should go when i wish... is there any chance to disable this feature.

like i know when CPU not processing the device will go to idle mode but i want to call a function to move device to idle mode.

please help me with clarification.

Thanks in Advance. 

  • Hi,

    Generally speaking, I highly recommend to leverage the power management provided by TI.
    If you add a task or whatever execution, TI's power management system automatically sets the device in the right power mode. Once the execution is terminated, the power management system will put the device in the proper power mode.

    If you know what you are doing, you can disable power management using SysConfig (in BLE > Advanced Settings > Power Management). In that case, you will be responsible to handle power modes.

    I hope this will help,

    Best regards,

  • Hi 

    Thank you for your Reply,


    I want to disable the TI power management and now i want to add my own power management .. can you please tell me how we can start that.

  • Hi,

    You can refer to the Power driver.

    To be extremely clear, the approach you are taking is not recommended and we may not be able to provide all the support you require.

    Thank you for your comprehension.

    Best regards,