• RTC problem Keil MCB2300
    I had the problem with the RTC on the MCB2300 board, and of course ask google. But I studied about 3 hours and found 50 problems with the RTC, LPC processor, and some solutions that seem to me fairly...
  • RTC MCB2300
    I am trying to use the RTC interrupts to count seconds. However it only runs in debug mode and also in this increments one second in 1 and 1/2 minutes. Do I have to set any flags before using the RTC...
  • RTC in MCB2300
    Hi All, I am using MCB2300 board populated with LPC2388 for development purpose & I am facing problem in RTC. When I disables CLKSRC bit in CCR register, RTC works well with desired values in...
  • 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;...