Hi all,
I am using K60 and GS1500 wifi module.
I try to destroy the HTTP server task before the system goes to sleep mode and restart the HTTP server task after the MCU wake up (Because my Wifi module is power off when system in sleep and I need restart the HTTP server to re-initialize the wifi module).
I read that RTCS_create will create a TCP/IP task, how could I do safely destroy it?
I tried HTTPSRV_release, it does not destroy this TCP/IP task.
Thank you.
-Daniel
If that's the case, after wakes up from the VLLS mode, is there any way that I can restart the RTCS?
Thank you.