Part Number: CC3200
Tool/software: TI-RTOS
Hi,
I am using the SNTP functions included in TI-RTOS for CC32XX 2.16.01.14.
My questions are:
- How frequently will the SNTP client task sync after calling SNTP_start()? I have looked through the header file ti/net/sntp/sntp.h and cannot find anything info on this.
- I understand that I can force it to sync with the function SNTP_forceTimeSync, but will it sync periodically and automatically if I never force it to sync?
- If I lose and re-establish WiFi connectivity, do I need to stop and restart the SNTP client?