Page 1 of 1

Calling tcpip_adapter_init() while light sleep is active

Posted: Fri Jun 14, 2019 8:25 am
by MichaelNegatu
Hello,

I'm trying to use the Wifi driver while light sleep is active. In order to do so, I have to use the tcpip_adapter_init() function. However, calling this function activates timers that force the system to quit light sleep mode even tough there are no tasks waiting to be executed. Is there anyway to stop the timers or have a deint function ?

Thank you for your reply,

Negatu Michael

Re: Calling tcpip_adapter_init() while light sleep is active

Posted: Fri Jun 14, 2019 2:17 pm
by WiFive

Re: Calling tcpip_adapter_init() while light sleep is active

Posted: Wed Jun 26, 2019 1:25 pm
by MichaelNegatu
Hello,
I already looked at the page you suggest but it doesn't offer any solution. Is there anyway to stop timers ?

Thank you for your help,
Negatu Michael