How to safely destroy the RTCS task?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to safely destroy the RTCS task?

1,118 次查看
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

标签 (1)
0 项奖励
回复
2 回复数

745 次查看
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 项奖励
回复

745 次查看
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 项奖励
回复