Currently, we are evaluating the communication with IoT HUB of Azure with AzureRTOS
by referring to the following sample project.
Azure_RTOS_6.1_Renesas_RX65N_RSK_2MB_e2studio_CCRX_Sample_2021_11_19.zip
sample_azure_iot_embedded_sdk
In the above implementation, the system time is synchronized by SNTP, and it seems that
it operates based on the time in seconds acquired there, but the time information seems
to be 32 bits.
Won't this cause the Year 2038 problem?