NTP Client OR NetworkInterface.c file for STM32L475VG on DISCO-L475VG-IOT01A
I am trying to initialize the RTC on the STM32L475VG with the current network time, so I would like to use NTP. I am also using FreeRTOS. NTP uses UDP as a protocol and I would like to use FreeRTOS+TCP to connect to this socket. However, FreeRTOS+TCP requires a portable NetworkInterface.c file that I cannot find for the STM32L4 series micro controllers. I was wondering if anyone knew where I could find this file ported to the STM32L4 or if there are already written NTP clients for the STM32L4 series micro controllers.
Thanks
