In fact I´m already using the LPC15xx family, at least in 12 different projects. But due to this RTC bug, once the device is on, I "control" the DATE/TIME information based on the sys-tick timer. And at each 5 minutes (considering the device was not powered-off) I´m reprograming the RTC->COUNT register with minus 1 second, but keep showing the DATE/TIME info according my sys-tick timer cadence. I know this is stupid ... not the more accurate way to solve the problem ... but according my measures, at each 5 minutes the RTC timer increases 1 second at the counting. Well, any way, LPC15xx is a great solution to my products and RTC accuracy is not tremendously mandatory and with this dumb work-around I´m solving this inconvenient problem.