In the "enet_sntp_lwip" example for TIVA MCUs TM1294 family, the define SNTP_UPDATE_DELAY determines the time period between two consecutive time updates from a designated NTP online server.
This value initially corresponds to one hour.
However, when I change this value to SNTP_UPDATE_DELAY to 16000, the next NTP time update should occur after each 16 seconds. But, it only happens once at the beginning (which can be observed by an UART connection), and does not repeat after 16 seconds.
What could be the isssue.
Regards