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?