Difference between revisions of "ECB Bus"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(ECB Bus Pin-Outs)
Line 49: Line 49:
 
|14  || (A19,-12V,/MMU DIS)          || (IRQ7)  || D1
 
|14  || (A19,-12V,/MMU DIS)          || (IRQ7)  || D1
 
|-
 
|-
|15  || (-12V,-5V)<br>Schneiderware: EXP  || (IRQ6)  || (--)<br>Schneiderware: -12V
+
|15  || (-12V,-5V)<br>Schneiderware: EXP  || (IRQ6)  || (-12/15V)<br>Schneiderware: -12V
 
|-
 
|-
 
|16  || (2PHI,nPHI)<br>Schneiderware: HALT || (IRQ5)  || IEO<br>Schneiderware: LPEN
 
|16  || (2PHI,nPHI)<br>Schneiderware: HALT || (IRQ5)  || IEO<br>Schneiderware: LPEN
Line 57: Line 57:
 
|18  || A14                                || (IRQ3)  || A10
 
|18  || A14                                || (IRQ3)  || A10
 
|-
 
|-
|19  || (--)                               || (IRQ2)  || (A21,A16)<br>Schneiderware: ROMEN
+
|19  || (+12/15V)                         || (IRQ2)  || (A21,A16)<br>Schneiderware: ROMEN
 
|-
 
|-
 
|20  || /M1<br>Schneiderware: SOUND        || (IRQ1)  || /NMI
 
|20  || /M1<br>Schneiderware: SOUND        || (IRQ1)  || /NMI

Revision as of 07:53, 29 September 2010

Intro

The ECB Bus is a standarized bus for Z80 and 8080 computers; similar to the ISA bus used on 80x86 computers. In theory, ECB cards could be used with different computers - however, in practice, different computer systems have different memory and I/O maps, so one would need to modify the memory and I/O address decoding (on the ECB cards) in order to get them working on other computers.

History

The ECB bus was invented in 1977 by the german company Kontron. ECB originally stands for "Einfach Europaformat Computer Baugruppen" (Simple Europaformat Computer Modules; where "Europaformat" refers to a standarized circuit board size of 160x100mm). ECB is sometimes also referred to as "Europa Bus" or "Europe Card Bus".

The bus is still used in some situations (for example, as by 2010, www.reichelt.de still sells 96-pin "Euro Bus" backplane boards). Confusingly, Kontron themselves are now using the abbreviation "ECB" for PCI-bus based "Embedded Computer Boards", which have little (or nothing) to do with the original ECB bus.

ECB Bus Hardware for CPC

ECB Bus Pin-Outs

The ECB Bus uses 3x32 pin connectors (96 pins), of which, the middle row is used only for newer "16bit" cards. On normal cards usually 2x32 (64 pins) are connected.

Pin A B C
1 +5V (+5V) +5V
2 D5 (A20) D0
3 D6 (A21) D7
4 D3 (A22) D2
5 D4 (A23) A0
6 A2 (D8) A3
7 A4 (D9) A1
8 A5 (D10) A8
9 A6 (D11) A7
10 /WAIT (D12) (A16,A21,CLK/2)
11 /BUSRQ (D13) IEI
Schneiderware: RAMRD
12 (/BAI,A18) (D14) (A17,A19)
Schneiderware: RAMDIS
13 +12V (D15) (A18,-12V,A20)
14 (A19,-12V,/MMU DIS) (IRQ7) D1
15 (-12V,-5V)
Schneiderware: EXP
(IRQ6) (-12/15V)
Schneiderware: -12V
16 (2PHI,nPHI)
Schneiderware: HALT
(IRQ5) IEO
Schneiderware: LPEN
17 (/BAO,A17) (IRQ4) A11
18 A14 (IRQ3) A10
19 (+12/15V) (IRQ2) (A21,A16)
Schneiderware: ROMEN
20 /M1
Schneiderware: SOUND
(IRQ1) /NMI
21 (A22,BDCL) (IRQ0) /INT
Schneiderware: ROMDIS
22 (A23,/RDY,/BOOT)
Schneiderware: M1
(IOWR) /WR
23 (DPR,/PF,/BAI) (xxx) (A20,/SEL,/VBLANK,A21)
Schneiderware: INT
24 (UBAT 2V..3V)
Schneiderware: 5V ACCU
(IORD) /RD
25 (nCLK,/BAO) (MEMRD) /HALT
Schneiderware: CURSOR
26 (/WREN,/BAO) (xxx) (/PCL,/RESOUT ;similar to /RESET)
Schneiderware: RESET (Reset output from CPC)
27 /IORQ (MEMWR) A12
28 /RFSH (DS0: /DataLSB) A15
29 A13 (DS1: /DataMSB) PHI
30 A9 (OFF) /MREQ
31 /BUSAK (LOCK) /RESET
Schneiderware: BUSRESET (Reset input to CPC)
32 GND (GND) GND

Signals in brackets "(...)" aren't available on all ECB variants; the Schneiderware series doesn't support those signals. Moreover, the Schneiderware pin-outs are somewhat customized: Signals HALT, M1, INT, -12V, RESET are mapped to the "wrong" pin numbers, and some non-ECB signals SOUND, CURSOR, LPEN, EXP, ROMEN, ROMDIS, RAMRD, RAMDIS, BUSRESET are added, and, UBAT is listed as 5V in Schneiderware (normally it should be 2V..3V). Aside from the +5V, +12V, -12V supply voltages, the Schneiderware motherboard also has an "AC" soldering point; it's voltage/purpose and it's ECB-pin number are unknown -- it might possibly refer to the ACCU battery (rather than to a analog current AC voltage).

Files

Weblinks