• millis() function
    I'm trying to port code that was written on Arduino. It's the millis() function. // the prescaler is set so that timer0 ticks every 64 clock cycles, and the // the overflow handler is called every...
  • millis() function
    I'm trying to port code that was written on Arduino. It's the millis() function. // the prescaler is set so that timer0 ticks every 64 clock cycles, and the // the overflow handler is called every...
  • RTC problem in LPC2378
    The RTC of LPC2378 is corrupting its Hours field. From the RTC of LPC 2378 we will getting Day,Month,year,Hours,Minutes,Seconds fields, in genral RTC will be updated continiously..but one odd time...
  • LPC2378 RTC Corruption Problem
    Hello, I'm using a LPC2378 and I have a problem with RTC (32kHz oscillator). I use RTC and I write continuosly time/data fields (year, month, dom, hour, min, sec) on a LCD (every program cycle I read...
  • RTC problems on LPC2378
    Hello, I am using the keil mcb2300 development board witch the LCP2378 on it. I am trying to enable the RTC but it won't generate interrupts. I have tried to use the alarm interrupt and the Counter...