This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

clock() and time()

How does one interface these routines to an on-board RTC for time source?

These routines work fine under emulation due to emulator providing clock from host PC, however, our implementation has an RTC on the board and I need to hook up the C RTS Libs to the RTC.

Is this possible?  Is the C time source code available?

How are folks handling this?