Tuesday 23 July 2013

Chips and dips

You can see there are two large chips which dominate the board. The one on the right isn't particularly interesting, being a gate array, which it's best to think of as a really dumb but really fast calculator and switch.

The chip on the left is a single-chip microcomputer from Hitachi, running at 10MHz, with 2K of RAM and 32K of ROM. In 1995, it was pretty good. This is the chip that I'm going to focus on. It has 84 pins, very few of which are connected to anything.

  1. XTAL - to crystal oscillator; also pin 84. The oscillator should be double the desired clock frequency.
  2. Vss - Ground (0V); also pins 24, 41, 42, 64, 83. The chip will not operate if any pin is left unconnected.
  3. P14 - input/output pin
  4. Vcc - Power (5V); see also pin 55. The chip will not function if either pin is left unconnected.
  5. MD0 - input pin for setting the operating mode; also pins 18, 19. Hard wired to mode 7 - single-chip mode.
  6. MD1
  7. MD2
  8. STBY - low input causes chip to enter low-power standby mode.
  9. RES - low input (or output) causes chip to reset
  10. Vss; see pin 2
  11. P30 - input/output pin
  12. P34 - input/output pin
  13. P35 - input/output pin
  14. P36 - input/output pin
  15. P37 - input/output pin
  16. P42 - input/output pin with enough power to drive an LED
  17. Vss; see pin 2
  18. Vss; see pin 2
  19. P50 - maybe connected, maybe not
  20. P53 - maybe connected, maybe not
  21. P56 - input/output port with built-in pull-up
  22. P57 - maybe connected, maybe not
  23. Vcc; see pin 16
  24. P72/FTI2 - maybe connected, maybe not
  25. P73/FTI3/TMRI - maybe connected, maybe not
  26. Vss; see pin 2
  27. AVss - Analog ground - hard wired to pin 64
  28. P84/AN4 - maybe connected, maybe not
  29. P87 - input/output pin
  30. AVcc - Analog reference voltage
  31. P93/RXD2/PW2 - maybe connected, maybe not
  32. P95/TXD1 - maybe connected, maybe not
  33. P96/RXD1 - maybe connected, maybe not
  34. Vss; see pin 2
  35. EXTAL - to crystal oscillator

No comments:

Post a Comment