home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / robotics / 2889 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.6 KB  |  78 lines

  1. Newsgroups: comp.robotics
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!agate!iat.holonet.net!bsmall
  3. From: bsmall@iat.holonet.net (Brad Smallridge)
  4. Subject: PICs
  5. Message-ID: <C0rHqz.2Jq@iat.holonet.net>
  6. Organization: HoloNet National Internet Access BBS: 510-704-1058/modem
  7. Date: Tue, 12 Jan 1993 22:13:45 GMT
  8. Lines: 68
  9.  
  10. PIC UPDATE 
  11.  
  12. Last month I wrote an article on PICs, Programmable Integrated
  13. Circuits, and placed the article in several robot newsletters 
  14. and also on USENET, an electronic news service. The response, 
  15. especially from USENET, has been useful.  
  16.  
  17. First of all, we can forget about the Motorola 68L705. I
  18. was told that after the current supply of parts is depleted, 
  19. the 68L705 will no longer be available.  On the other hand, 
  20. Microchip is strengthening its PIC line with an advancement 
  21. over the PIC16C5x series called the PIC16C71 including these 
  22. new additions:
  23.  
  24.  * Four 8-bit A/D Inputs 
  25.  * Four Interrupt Sources 
  26.  * Eight Level Hardware Stack 
  27.  * Programmable On-board Pull-up Resistors 
  28.  
  29. The addition of Analog to Digital Converter Inputs makes 
  30. the chip much more attractive. I can imagine several more 
  31. applications using the analog capabilities. Too bad there is 
  32. no Digital to Analog Converter. The external Interrupt 
  33. allows an outside occurrence to trigger an action by the PIC 
  34. as well as an internal timer Interrupt capability. The stack 
  35. is eight deep getting rid of an annoying limitation on the 
  36. 16C5x series that are only two deep. And the programmable 
  37. Pull-up simplyallows you to use fewer components in your
  38. design -- a nice touch.  
  39.  
  40. Microchip also expanded the internal instruction word from 
  41. 12 bits to 14 bits. This cleaned up the instruction set. For
  42. example, the Jump instruction can go anywhere in the 1K 
  43. program memory without regard to what page it's on. Also the 
  44. registers are all addressable without selecting register 
  45. banks. These improvements create cleaner and faster code.
  46.  
  47. The new PIC requires a programmer upgrade from Parallax 
  48. which cost $99 and is available now. My costs now are up to 
  49. about $350 total. There are no Parallax ICE or emulators 
  50. available yet. The PIC16C71 chips themselves are hard to get 
  51. and right now and are only available on a sample basis. I 
  52. suggest you call Microchip and get information on the office 
  53. nearest you. 
  54.  
  55. Microchip Technology (602)963-7373 
  56. Microchip (Sunnyvalle Office)(408)436-7950 
  57. Trinity Technologies (Sunnyvalle) (408)733-9000 
  58. Parallax,Inc (916)721-8217 
  59.  
  60. Brad Smallridge 
  61. Phone (415)550-0588 
  62. FAX (415)550-0411 
  63. BBS (415)648-6427
  64. EMAIL bsmall@holonet.net
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.