6

I was looking into Farnell.com catalog for Zilog Z80 microprocessor and I found only Z84C00.

What is the difference between Z80 and Z84? Is there any? And what is the difference between Z84C00, Z84C20 and Z84C30?

stevenvh
  • 145,145
  • 21
  • 455
  • 667
vasco
  • 957
  • 2
  • 15
  • 25
  • 2
    Download the data sheets, they will have all the information you need. – Leon Heller Feb 11 '12 at 11:55
  • I wanted to add links to the datasheets, but they seem to be scanned documents, so it looks at least like "not recommended for new designs". Possible not recommended at all... – Federico Russo May 12 '12 at 13:26

1 Answers1

11

The original Z80 was produced in the older NMOS technology, the Z84C00 is its CMOS version. The CMOS version is able to run at higher clock frequencies.
The Z80C00 is the CPU, the Z84C20 is a PIO (Parallel I/O) device, and the Z80C30 a CTC (Counter/Timer Circuit). Nowadays all microcontrollers include functions like PIO and CTC on chip. This is the main difference between a microprocessor and a microcontroller.

stevenvh
  • 145,145
  • 21
  • 455
  • 667