How to safely destroy the RTCS task?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to safely destroy the RTCS task?

805 Views
danielchai
Senior Contributor I

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

Labels (1)
0 Kudos
Reply
2 Replies

432 Views
RadekS
NXP Employee
NXP Employee

Unfortunately there isn’t any function for safely release/destroy of RTCS.

We would like to add this feature into one of next releases, but currently there isn’t any fixed time plan for that.

0 Kudos
Reply

432 Views
danielchai
Senior Contributor I

If that's the case, after wakes up from the VLLS mode, is there any way that I can restart the RTCS?

Thank you.

0 Kudos
Reply