Other Parts Discussed in Thread: CC1312PSIP, SYSCONFIG
Tool/software:
I was checking settings in my project that is using the sensor/collector for the TI15.4 protocol. There is a Power Policy choice which I need to determine for the two devices. I am using the CC1312PSIP part and the information talks about the CC26XX part. So what setting should I use for the TI Drivers Power setting: PowerCC26XX_standbyPolicy or PowerCC26XX_doWFI policy? I want the sensor side to be battery operated so I thought I would want the PowerCC26XX_standbyPolicy, but that indicates I need to:
In order for this power policy to run, it must be set to the 'policyFxn' field in the PowerCC26XX_Config structure, and either the 'enablePolicy' field in the PowerCC26XX_Config structure must be set or Power_enablePolicy() must be called at runtime.
So do I just call Power_enablePolicy before the Sensor_process loop and after the Sensor_int()?
Kevin