is there any way to access the realtime clock in dynamic C 8.61

in my application, I need to read the realtime clock in the code. are there any functions that can give me information about the real time clock??

Don’t know about your specific version; in 7.26 & 9.21 & 9.52 it’s:

unsigned long tt;

 tt = read_rtc();

thanks for your help, appreciate it.

[QUOTE=dwstojan;1045]Don’t know about your specific version; in 7.26 & 9.21 & 9.52 it’s:

unsigned long tt;

 tt = read_rtc();[/quote]

Useful information, thank you for your share.