• read os current time
    Hello, I work on a luminary microcontroller and I use rtx os included in Keil. For my application I need to be able to rad os time (os tick). This value is given by the debugger in the register tab...
  • current time on LPC 2132
    Hi, i am using LPC 2132 and LPC 2134 as microcontrollers. Is there a way to print current time/system time on console logs.
  • get current time in microseconds method
    I'm using the Timer 3 and I want to verify that the ISR is being called at the correct interval. I wanted to use a the clock() function but I can't include <time.h>. What should I do??? Thanks
  • Displaying current time with realtime clock
    Hi all, I am using C167CS processor. I want to implement a real clock using realtime clock within C167CS which can show the current time as hours:minutes:seconds. I would appreciate if someone can...
  • Real time 'times' and clock cycles
    When running within the Keil simulator, how can one find out the number of clock cycles which have occured since simulation start and/or the absolute 'real time' of the simulation? TIA