hi
I am modifying some code based on CC3235 EVM example(power manage FreeRTOS).
i see there are some function to configure WLAN power policy.
configDuration((uint8_t *)"LSI", (uint8_t)LSI_MIN_DURATION_IN_MSEC, (uint16_t)LSI_MAX_DURATION_IN_MSEC, &PmPolicyParams);
sl_WlanPolicySet(SL_WLAN_POLICY_PM, SL_WLAN_LONG_SLEEP_INTERVAL_POLICY, (uint8_t *)&PmPolicyParams, sizeof(PmPolicyParams))
IOT mode configuration is similar with LSI mode.
in always-LSI mode , whatever I configure duration time is, it seems not affect with current. furthermore, after I configure duration time 100ms, and change Sleep to 100 second, and find it disconnect with AP after some seconds. not always connected with AP!!?
could you help to explain
1. what's difference between LSI and IOT mode?
2. what means of this duration time configuration?
3. where can i find all the API function description?
4. after wakeup from LPDS, are the previous variable and task(thread) still available? BTW, after wakeup from LPDS, I add some code to continue to work, but it always report sl_Start Failed.
thank you very much.
Zhu JQ