• 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 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...
  • 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
    Hi, I am using inbuilt RTC in LPC2368. My query is if vdd is on(from SMPS) condition,then RTC draws power from 3.3v cell button battery or Vdd(controller core)? what is mean by, IBATact --> active...
  • RTC
    Hi all. I have a problem whit initialize the RTC on lpc2368. I would have an interrupt every 15.6 ms from CISS register. Can someone help me also with sample code? Thanks too much.