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...