Wake up from LLS mode, how to restart http server?

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

Wake up from LLS mode, how to restart http server?

518 Views
danielchai
Senior Contributor I

Hi All,

I have a K60 board and I am trying to put the system in LLS mode.

After wake up from RTC, I need to restart the http server. How can I do it in MQX4.0.2?

Thank you.

-Daniel

Labels (1)
0 Kudos
3 Replies

397 Views
karelm_
Contributor IV

Hi,

to stop the HTTPSRV just call HTTPSRV_release() function and then call HTTPSRV_init() again to re-start it.

Best regards,

Karel.

0 Kudos

397 Views
danielchai
Senior Contributor I

Hi Karel,

The problem is the RTCS part. Event I use the HTTPSRV_release, I can not release the RTCS part.

Thank you.

-Daniel

0 Kudos

397 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