Hi,
I am using a TMS320C5505 and I have to set an RTC alarm, 10 seconds after the actual RTC.
To accomplish this I read the RTC, and I am wondering if there exist a nice CSL library that handles automatically the possible change of minutes, hours, days, etc...
To be specific, assuming that the actual RTC value is 23h 59m 55s of 31/12/2014, I'd need to wake-up at
00h 00m 05s of 1/1/2015. Do I have to manually handle these "pathological cases" or is there a CSL function that can do it?
Best