I am looking into implementing an SNTP client using LWIP on a Nucleo-F429ZI, its a checkbox to enable SNTP, but I can find no documentation or examples on what you do from there.
I can see functions to enable/disable SNTP, but how you actually request/return the time.
Does anyone have some pointers about what/how it works? or even an example?