home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / electron / 15477 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  3.0 KB

  1. Path: sparky!uunet!mcsun!ub4b!alcbel!btmp24!prob
  2. From: prob@btmp24.be (Pascal Roobrouck SH53)
  3. Newsgroups: sci.electronics
  4. Subject: info on ST62XX MCU
  5. Keywords: MCU
  6. Message-ID: <1992Sep10.115843@btmp24.be>
  7. Date: 10 Sep 92 09:58:42 GMT
  8. Sender: root@alcbel.be
  9. Reply-To: prob@btmp24.be (Pascal Roobrouck SH53)
  10. Organization: Alcatel Bell Telephone, Antwerpen, Belgium
  11. Lines: 67
  12. Nntp-Posting-Host: btmp24
  13.  
  14.  
  15. In article <1992Sep9.155129.12557@ncar.ucar.edu> Herb Poppe aksk :
  16.  
  17.  
  18. >> I don't use the 68HC05 but I do work with the ST62T15.
  19.  
  20. >Who makes this device?
  21. >Is its instruction set patterned on some other well-known device?
  22. >How many pins does it have.
  23. >Peripherals? (Timers, A/D, D/A etc.)
  24. >Other family members; devices with EEPROM?...
  25.  
  26. and here are the answers :
  27.  
  28. The ST6 family is a product of SGS-THOMSON (ST), it consists of a number
  29. of device families ST61 ST62 ST63, etc. I only use the ST62 family. The
  30. instruction set is (as far as I know) NOT compatible with MCUs from
  31. another vendor... Within the ST62 family there are four main members :
  32.  
  33. ST6210 : 2K ROM / 12 I/O
  34. ST6215 : 2K ROM / 20 I/O
  35. ST6220 : 4K ROM / 12 I/O
  36. ST6225 : 4K ROM / 20 I/O
  37.  
  38. The 12 I/O versions come in a 20 DIP package, the 20 I/O versions in an
  39. 28 DIP. I use also a 20 SO-package. For all versions there are EPROM
  40. versions (ST62EXX) and One time Programmable versions (ST62TXX). It has
  41. the following peripherals on-chip : 8 bit timer with 7 bit prescaler,
  42. All I/O pins programmable in one of 5 modes (pullup/ no pullup,
  43. interrupt, edge/level triggered, CMOS out, Open drain out, Analog in), 8
  44. bit A/D convertor (70 us), Watchdog Timer, 64 bytes RAM.
  45.  
  46. The MCU is however, not fast.... 8 MHz Xtal max, divided internally by
  47. 13, and four of these cycles per instruction (for most instructions..
  48. some are faster), results in 6.5 usec instruction cycle... However in
  49. terms of memory usage, the code is quite efficient : the most frequently
  50. used instructions are only 1 byte.
  51.  
  52. You can start developing with this little machine by buying the ST6
  53. Starter Kit. It includes four samples of ST62E10 and ST62E15, a
  54. programmer that fits into your PC's printerport, a MacroAssembler, and a
  55. Software Simulator (MS DOS) + all databooks related to this material.
  56. The kit is quite cheap (7500 Bfr = $250) and the OTP processers cost
  57. about $8. However I think that in the USA this can be less because most
  58. hardware costs in Europe two times the price they charge in the USA.
  59. (can someone explain this ??) An emulator exists for it (and it would be
  60. usefull since the simulator doesn's simulate the timer and the A/D
  61. convertor), I don't know what it costs.
  62.  
  63.  
  64. SGS-THOMSON has other (more performant) families like the ST9 that are
  65. direct competitors with Motorola's HC11 and others...
  66.  
  67. So far my answers..  Now my question : Some weeks ago I asked if anyone
  68. has source for this device, (or utilities like a compiler or so) but I
  69. got no answers yet. I hope at least someone in the world has done some
  70. projects with it !
  71.  
  72. Regards & Succes,
  73.  
  74. Pascal Roobrouck,
  75.        
  76.    ~~..~~
  77.      `'    
  78.  
  79.  
  80.  
  81.