I have done some research, and it seems the MSL library needs some modification to get everything working, which seems long and painful to setup as I have not done any of this before...
Is there a 'simple' way to do something like this:
_rtc_get_time (&time_rtc); //Get the time from the 52259 RTC
_Convert_RTC_to_TM(&time_rt, &TM_Struct); //Some custom converter function
chr_ptr = asctime(&TM_Struct); //Get the time string
I really just want to show the date / time for logging, I am not worried about daylight savings, time zones etc as we will use UTC.
Message Edited by CarlFST60L on 2010-01-28 12:00 AM