1
NXPTM LPC2XXX and LPC17XX / Re: Real Time Clock support LPC23xx
« on: May 29, 2008, 11:25:52 AM »
Hi.
I implemented the RTC, but in an very simple mode, since I don't need any power saving modes. And I use the RTC ALARM for getting an update of the RTC values every night , over TCP (from a server). This works fine.
And I implemented a support for the Nokia LCD on the Olimex board. This works fine too.
If someone is interested in the code for the RTC or the Nokia LCD I can post it here. (but the code is in an very "early phase", this means not perfect and maybe are errors in it, but it works so it helps getting started)
Regards
Martin
I implemented the RTC, but in an very simple mode, since I don't need any power saving modes. And I use the RTC ALARM for getting an update of the RTC values every night , over TCP (from a server). This works fine.
And I implemented a support for the Nokia LCD on the Olimex board. This works fine too.

If someone is interested in the code for the RTC or the Nokia LCD I can post it here. (but the code is in an very "early phase", this means not perfect and maybe are errors in it, but it works so it helps getting started)
Regards
Martin
).