• Keil MCB2300 RTC problem
    I want to switch on the LEDs after 3 seconds using the RTC This is my initialization int main(void) { init_io(); PCONP |= 0X200; FIO2CLR = 0x00; RTC_CCR = 0x12; //ctc reset and select RTC...
  • 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;...