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.