Other Parts Discussed in Thread: TIMAC, CC2650
Currently working on TIMAC Power management module.
I have gone through the example programs of Power management module provided in TIRTOS 2.16 verison. I had a look in to power management manual(which comes as part of the TIRTOS installation).
My understanding: In TIMAC application example program which was provided by TI as -
By default the configurations of power management policy is set to Stand-by mode but also the RF module is continuously enabled.
I hope this is due to
Power_setDependency(PERIPH_RFCORE);
Power_setDependency(XOSC_HF);
Power_setConstraint(Power_NEED_FLASH_IN_IDLE);
So, I request someone to guide me like how to implement the power management module in TIMAC which uses TIRTOS 2.11 verision.
I request someone to have look at the example project of TIMAC(application image and STACK image). And guide me the procedure for switching of the RF(HF - 24Mhz clock) through standby mode.