• RTC PROBLEM
    Hi I have written a simple code to display the content of the RTC_SEC register on seven segment displays. I am using the LPC2378 [MCB-2300 board]. The code works fine on the simulator but not on hardware...
  • RTC PROBLEM
    Hi I have written a simple code to display the content of the RTC_SEC register on seven segment displays. I am using the LPC2378 [MCB-2300 board]. The code works fine on the simulator but not on hardware...
  • 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,...