Rob Finch wrote:
I'm wondering what the maximum pullup resistor value is that I can use on the RDY,BE,IRQ, etc. inputs on an '816 ?
Will there be signals applied, or are these inputs unused? You can probably avoid pullup resistors entirely.
Any active-low input which is unused can simply be tied high... although a pullup may be preferable if you want the ability to temporarily apply a signal for debugging purposes. Current consumption is presumably a non-issue in that scenario.
IRQ circuits traditionally use Open-Drain logic (and a pullup), but that can be avoided with some of the more modern peripheral chips such as the W65C22S from WDC. Is this an option for you? The gate count might increase slightly.
(If you are forced to use Open-Drain logic, you'll need to concern yourself with the slow rise time of the RC circuit created. Higher-value pullup resistors degrade the rise time. See Garth's page
here.)
_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html