So i too am using an SNTP servers Ascii DT format parsed to the RTC Date/Time values. I'm sinking several MCU's from the AT event. However, i'm still not able to discern how to extrapolate the UNIX time from the RTC Time/Date type defs respectively? ...
I wish I had known of the anemic FreeRTOS support of these SOC devices prior to purchasing the EVAL kits and X-NUCLEO boards; there’s no place in my Firmware eco system for them! More nicely packaged device for the storage bin ;(
Save yourself from many complications handling the HAL abstractions from the TouchGFX layer, and use FreeRTOS queues and tasks to handle the data flow. (Personal opinion)Functional example Model.cpp