DerTrueForce wrote:
I'm not using all the input and output pins on the 28L92. I know I can safely leave the outputs unconnected, but what should I do with the unused input pins, and should I break out the unused outputs?
The unused general purpose inputs (GPIs) can be safely left floating. However, maybe you should bring them out to a header and pull them up to Vcc with a resistor network, which is small and inexpensive. That way the GPIs are usable if you decide you want to pick up a signal from somewhere and have your computer do something with it.
Similarly, if PCB real estate isn't at too much a premium I'd put the GP outputs on a header so you can play around with them.
Quote:
I'm also not currently using the 65SPIs EXTC(External Clock) input. Should I wire that to Phase 2 or the DUART's clock, or tie it to GND or VCC?
It depends on what is going to be communicating through the 65SPI. A clock source you may not have thought about is either OP2 or OP3 (pins 31 and 15, respectively) of the DUART. These pins can be rigged up to output the channel transmitter clocks (channel A on OP2, channel B on OP3) or in the case of OP3, the counter/timer (C/T) square wave when it is operating as a free-running timer (see bits 4, 5 and 6 in the auxiliary control register). The C/T in timer mode runs at a programmable fraction of the X1 clock, up to a maximum frequency of X1 clock ÷ 2. If you use OP3 to drive EXTC and have the C/T output driving OP3, changing the 65SPI clock rate is as simple as loading new values into the C/T's preset registers, followed by stopping and then starting the C/T.