• RTC
    Anyone got an RTC program in C that I can run on an 8051 or derivative (I'm using an LPC922 from Philips)
  • RTC
    Hi all. I have a problem whit initialize the RTC on lpc2368. I would have an interrupt every 15.6 ms from CISS register. Can someone help me also with sample code? Thanks too much.
  • RTC
    Hi, I am using inbuilt RTC in LPC2368. My query is if vdd is on(from SMPS) condition,then RTC draws power from 3.3v cell button battery or Vdd(controller core)? what is mean by, IBATact --> active...
  • rtc with 8051
    my asm code for rtc interface with 8051 is as follows: org 0 MOV A,#38H ACALL CMND ACALL DELAY MOV A,#0EH ACALL CMND ACALL DELAY MOV A,#01H ACALL CMND ACALL DELAY MOV A,#80H ACALL CMND ACALL...
  • RTC in 2051
    Hi All,, I am trying to implement RTC on AT89C2051 controller. I am only interested in having current time and date in the time and date variable/struct and not interested in any output interface....