• rtc problem
    i am using simulator lpc2378. my code is proper but rtc time not matching with clock time .there is various difference. PCONP = 0x00000200; CLKSRCSEL = 0x01; RTC_CCR = 0x00000011; PCLKSEL0 =0x00000000;...
  • rtc problem
    i am using simulator lpc2378. my code is proper but rtc time not matching with clock time .there is various difference. PCONP = 0x00000200; CLKSRCSEL = 0x01; RTC_CCR = 0x00000011; PCLKSEL0 =0x00000000;...
  • LPC2300 RTC Problem
    We are trying to configure the RTC with External OSC. PCONP |= (1<<9); /* must be powered during configuration*/ /*--- Initialize registers ---*/ RTC_ILR = ILR_RTCALF | ILR_RTCCIF; /* Disable 32'768...
  • PLL RTC problem
    Hi all. I've a problem to initialize the Pll block and the Real time clock. I would use Fin=32.768Khz Fcco=288Mhz cclk=Fcco/4=72Mhz. I read all the datasheet and i write my code but when i download...
  • RTC config.... problem
    Hello all, I've got a bit of a problem. I'm working with the LPC2138 and want to use the RTC. I configured it like it should..: Setup: MCB2130 Xtal: 12MHz, CCLK: 60MHz, PCLK: 30MHz, MSEL = 5,...