• Set Current Time with time() and ctime()
    Hi All, I want to set the RTC time to the current time and date without hard-coding it. I tried to use the function time() and ctime() defined in time.h, but I read that time() is a semihosted...
  • Set Current Time with time() and ctime()
    Hi All, I want to set the RTC time to the current time and date without hard-coding it. I tried to use the function time() and ctime() defined in time.h, but I read that time() is a semihosted...
  • 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...
  • 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...
  • 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