• 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
    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;...
  • 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...