home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / robotics / 1653 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.robotics
  2. Path: sparky!uunet!stanford.edu!snorkelwacker.mit.edu!news.media.mit.edu!fredm
  3. From: fredm@media.mit.edu (Fred G Martin)
  4. Subject: MC68HC11 trivia
  5. Message-ID: <1992Aug30.135517.28340@news.media.mit.edu>
  6. Sender: news@news.media.mit.edu (USENET News System)
  7. Organization: MIT Media Laboratory
  8. References: <1992Aug29.220411.3485@hemlock.cray.com>
  9. Date: Sun, 30 Aug 1992 13:55:17 GMT
  10. Lines: 24
  11.  
  12. In article <1992Aug29.220411.3485@hemlock.cray.com> kilian@cray.com
  13. (Alan Kilian) writes: 
  14.  
  15. +----------------------------------------------------------------------------+
  16. | PART NUMBER | EPROM | ROM | EEPROM | RAM |  Comments
  17. +----------------------------------------------------------------------------+
  18. | MC68HC11A8  |  ---  |  8K |   512  | 256 | Family built around this device   
  19. | MC68HC11A1  |  ---  | --- |   512  | 256 | 'A8 with ROM disabled             
  20. | MC68HC11A0  |  ---  | --- |   ---  | 256 | 'A8 with ROM and EEPROM disabled  
  21. etc.
  22.  
  23.  
  24. Motorola won't tell you this, but versions of the 6811 that don't have
  25. EEPROM (for example, the mc68hc11a0) actually *have* the EEPROM on the
  26. chip die, and the die didn't pass inspection, so the chip was packaged
  27. as "6811 without EEPROM."
  28.  
  29. This means that you can pop the CONFIG register to turn on the EEPROM,
  30. and voila, the EEPROM is there!  I've tried this on a number of
  31. different chips and it does work.  Of course, you shouldn't use this
  32. EEPROM for mission-critical applications, because it's not up to spec,
  33. but for a lot of hobbyist applications, it'll work just fine.
  34.  
  35.     - Fred
  36.