cancel
Showing results for 
Search instead for 
Did you mean: 

SNTP+LWIP based (clock) on stm32f4

Ss.61
Associate III

Hello,

I am using stm32f407VG Controller,

In Ethernet communication Through LWIP+SNTP I want to achieve (SNTP clock),

My Controller act as client (SNTP Clock client)

In cubemx i cant find any source files related to sntp generated once after i choose SNTP option,

I expect if any examples how to achieve (SNTP+LWIP) around any stm32 series will help me to understand better,

How do i start ,

regards

siva

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

There are SNTP files in the repository:

https://github.com/STMicroelectronics/STM32CubeF4/blob/2f3b26f16559f7af495727a98253067a31182cfc/Middlewares/Third_Party/LwIP/src/apps/sntp/sntp.c

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

There are SNTP files in the repository:

https://github.com/STMicroelectronics/STM32CubeF4/blob/2f3b26f16559f7af495727a98253067a31182cfc/Middlewares/Third_Party/LwIP/src/apps/sntp/sntp.c

If you feel a post has answered your question, please click "Accept as Solution".
Ss.61
Associate III

Thank you very much for your reply,