English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have to display the time from the real time clock in to a lcd display board using this microcontroller(hitachi h8 3644).i need the software code for this and hardware specifications for it.

2006-07-10 00:43:27 · 2 answers · asked by tul 2 in Computers & Internet Programming & Design

2 answers

It depends on the interface to the real time clock. It could be I2C, SPI, or SRAM interface. Look on the hitachi website and see if they have code for the interface required, and then just set up a timer interrupt and read the RTC every .5 second or so.

2006-07-10 02:01:00 · answer #1 · answered by justme 7 · 0 0

Try this link:

http://documentation.renesas.com/eng/products/mpumcu/e602087_h83644.pdf

Check out on page 242 that described Timer X that should do the trick for you.

2006-07-10 08:51:57 · answer #2 · answered by brunt 4 · 0 0

fedest.com, questions and answers