• How to disable interrupts realtime safely
    Hello Forum, I wanna disable interrupts on my 80C167. As far as I understood the User Manual, writes to the PSW (containing the IEN bit and the Interrupt-Level) will take place about two cycles later...
  • 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...
  • 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.
  • 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...
  • realtime timer simulation
    What's the trick to make the C51 simulator increment timers in realtime? Ive tried setting the xtal value appropriately, on the target panel. (I just need the simulation's blink led freq to have...