Hi,
Does anyone know how can I get time stamp with RL-ARM? Is there a convenient API to get a time? I searched the examples and googled but came up with nothing.
Thanks.
Best is to use a hw timer to generate an interrupt every x milliseconds and then update a software counter. If you have a battery-backed RTC you could implement a real clock and integrate it with the CRTL so that time() returns the seconds since 1970-01-01 00:00.