Hi,
I try to enter low power mode but I still measure mA current what ever I do...
The CC3235 is not WiFi connected to anything. My example base is the network terminal.
I do that:
GPIO_clearInt(1);
/* Disable the interrupt */
GPIO_disableInt(1);
memset(&PmPolicyParams,0,sizeof(SlWlanPmPolicyParams_t));
PmPolicyParams.MaxSleepTimeMs = 100; //IOTLP_MIN_DURATION_IN_MSEC; //min sleep duration in mSec
sl_WlanPolicySet(SL_WLAN_POLICY_PM , SL_WLAN_IOT_LOW_POWER_POLICY, (uint8_t *)&PmPolicyParams, sizeof(PmPolicyParams));
I have also tried the other modes but nothing happens. Any idea???
Thanks a lot,
Pierre-Yves