home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / m68k / 947 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.6 KB

  1. Path: sparky!uunet!sun-barr!apple!apple!netcomsv!mork!mcmahan
  2. From: mcmahan@netcom.com (Dave Mc Mahan)
  3. Newsgroups: comp.sys.m68k
  4. Subject: Re: Simple, ignorant question.
  5. Message-ID: <szfmc9.mcmahan@netcom.com>
  6. Date: 22 Jul 92 16:39:00 GMT
  7. References: <83786@netnews.upenn.edu>
  8. Organization: Dave McMahan @ NetCom Services
  9. Lines: 42
  10.  
  11.  
  12.  In a previous article, magsman@cattell.psych.upenn.edu (Madeleine Schneider) writes:
  13. >so what computers and devices use 683xx processors, and what
  14. >is (in simple terms) the difference from the 680xx family?
  15.  
  16. As stated previously, the 68xxx family CPU types are general purpose.  They
  17. require a fair amount of support logic in addition to the CPU for proper
  18. operation.  They are capable of (probably) more throughput in general
  19. classes of computation, but they cost more to implement because of the
  20. extra glue chips required.
  21.  
  22. The 683xx family of processors is intended for embedded applications.  They
  23. can be used as general purpose processors, but where they really shine is
  24. when they are used in a place that has a dedicated need for a CPU (i.e.-
  25. they aren't going to execute just any old program somebody types in) and
  26. the designer wants to avoid having to build a 100 square inch board to do
  27. something.  The 683xx processors were designed so that you don't need tons
  28. of extra support chips to get going.  The 68332 was originally designed to
  29. be placed into an automotive environment and do things like control engine
  30. timing, transmission control, etc.   To get it running, about all you
  31. really need is one crystal, the CPU, some pullup resistors, and a 16-bit
  32. wide EPROM.  The chip comes with a minimum amount of RAM (2 Kbytes) on
  33. board that allow you to place some program variables and the stack within
  34. it.  If you want more RAM, all you have to do is add the RAM chips.
  35. Decoding and chip-selection is supported by the CPU chip directly.  The
  36. 68332 also has lots of little extra things to make life easier.  It comes
  37. with a periodic timer so you can track passage of time, synchronous serial
  38. ports so you can easily communicate with things like A/D converters without
  39. lots of extra parts or wide data busses, chip-select logic so you can
  40. easily add extra RAM or ROM without having to build up entire DTACK
  41. circuits, an RS-232 compatible async port that provides digital logic
  42. signals for RS-232 connection (you supply a logic-to-RS232 level
  43. converter), an on-board PLL so you can use a cheap 32 Khz watch crystal to
  44. create a CPU frequency of up to 16 MHz, etc.
  45.  
  46. >maggie : magsman@cattell.psych.upenn.edu
  47.  
  48.   -dave
  49.  
  50. -- 
  51. Dave McMahan                            mcmahan@netcom.com
  52.                     {apple,amdahl,claris}!netcom!mcmahan
  53.