Mike Rosing wrote:
The SNTP seems to initialize ok, but the routine sntp_process() is never called.

Have you checked (e.g. using wireshark) that SNTP requests are sent and responses are received? If not, sntp_process() won't get called either.

If the response is received, check "lwip_stats" to see if there are any "err" counters going up. If not, try adding a breakpoint to udp_input() when the response is received and see where it goes.

Simon

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to