home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / electron / 20665 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.5 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!agate!linus!philabs!trotter!dean1!sr3745
  2. From: sr3745@dean1.usma.edu (Roeber Rodney MAJ)
  3. Newsgroups: sci.electronics
  4. Subject: Re: WANTED: datasheet for Motorola MC146818 Real Time Clock chip
  5. Message-ID: <387@dean1.usma.edu>
  6. Date: 14 Dec 92 04:18:29 GMT
  7. References: <342.filbo@deeptht.santa-cruz.ca.us>
  8. Reply-To: sr3745@dean1.UUCP (MAJ Rodney B. Roeber)
  9. Organization: US Military Academy, West Point, NY
  10. Lines: 47
  11.  
  12. In article <342.filbo@deeptht.santa-cruz.ca.us> belal@sco.COM (Bela Lubkin) writes:
  13. >Can anyone email me, or point me to a datasheet for the Motorola
  14. >MC146818 Real Time Clock chip used in IBM AT type computers?
  15. >
  16. >What I'm most looking for is a table of the possible values for bits 3:0
  17. >of "status register A" -- the "rate selection bits".  The documentation
  18. >I have says that the IBM BIOS initializes these bits to 0110, thus
  19. >selecting a 1024 Hz square wave.  Unfortunately, it doesn't bother to
  20. >document what the other 15 combinations mean.  If you have only a
  21. >printed datasheet, let me know if you're willing to type in that table.
  22. >
  23. >I suspect there's a lookup table in the chip, and that there might be
  24. >different versions of the chip with different lookup tables.  Any
  25. >further information or warnings about that would be appreciated.
  26. >
  27. >If I receive an online datasheet I will make it available to others;
  28. >send me a request now (via email).  I do not intend to post it -- the
  29. >concept of a "summary" of a datasheet doesn't seem to make much sense...
  30. >
  31. >Thanks in advance!
  32. >
  33. >Bela Lubkin  * *  //  filbo@deeptht.santa-cruz.ca.us    ZURC ATNAS morf EVIL!
  34. >     @     * *   //  belal@sco.com   uunet!sco!belal  uunet!sco!deeptht!filbo
  35. >R Pentomino  * \X/  Filbo @ Pyrzqxgl +1 408-476-4633 and XBBS +1 408-476-4945
  36.  
  37. Not quite a data sheet but here's the table:
  38.  
  39.                  4.194304 or 1.048576 MHz
  40.                       time base
  41.                 Periodic Int   SQW Output
  42. RS3 RS2 RS1 RS0    Rate           Freq
  43.  0   0   0   0    None            None
  44.  0   0   0   1  30.512 us      32.768 kHz
  45.  0   0   1   0  61.035 us      16.384 kHz
  46.  0   0   1   1  122.070 us     8.192 kHz
  47.  0   1   0   0  244.141 us     4.096 kHz
  48.  0   1   0   1  488.281 us     2.048 kHz
  49.  0   1   1   0  976.562 us     1.024 kHz
  50.  0   1   1   1  1.953125 ms    512 Hz
  51.  1   0   0   0  3.90625 ms     256 Hz
  52.  1   0   0   1  7.8125 ms      128 Hz
  53.  1   0   1   0  15.625 ms      64 Hz
  54.  1   0   1   1  31.25 ms       32 Hz
  55.  1   1   0   0  62.5 ms        16 Hz
  56.  1   1   0   1  125 ms         8 Hz
  57.  1   1   1   0  250 ms         4 Hz
  58.  1   1   1   1  500 ms         2 Hz
  59.