Please bear with me as although I've been developing software in higher level languages for decades, my experience with embedded development is measured in weeks.
I am using the Tiva C Connected board (TM4C1294NCPDT) and Code Composer Studio 6 (TI-RTOS 2.0.2.36, compiler TI v5.1.6) to develop some logging software that needs to include the time. I have successfully written a simple program to start the beta SNTP client and pull the current time from an NTP server, but I'm lost as to how to write that time back to the system. Normally, I would use something like settimeofday, but that doesn't seem to be an option. Any help would be greatly appreciated.
Also, I've done some searching for books related to TI RTOS and haven't found a whole lot. Are there any recommended books available for getting familiar with the TI RTOS?
Thanks in advance.