|
When using the 6809 in a straightforward application, begin by connecting the pins as follows: TIE HIGH: 2, 3, 4, 7, 33, 36, 40 TIE LOW : 1 NO CONNECT: 5, 6 USE: Vcc, Vss, E (and maybe Q), R /W, /RES, Address and Data Busses, plus the 2x crystal connections or external TTL level oscillator into pin 38 * Remember that the hardware reset takes the program counter initially to FFFE and FFFF so allow for this when defining the ROM address. If an 8K ROM device is to be used here, then a good starting point would be to connect a 74LS138 decoder up to address lines A13/14/15, which may be used to enable the ROM, the RAM (up to 8K with this configuration) and another 6 addresses (perhaps for I/O) without any further hardware. |
|