Skip to main content

All Questions

Tagged with
0 votes
0 answers
322 views

Using a pull-up resistor and considering rise time for IC input

I have a FPGA based design in which the FPGA is interfaced with several ICs. The I/Os of the FPGA and most of the ICs are 3.3V, except from one where the I/Os are 1.8V. While there is no problem for ...
Mr.Y's user avatar
  • 153
0 votes
2 answers
219 views

Minimizing pulled open collector output rise time on 74LS09

I have a circuit that calls for one open collector buffer for driving a shared line (/WAIT via Zilog Z80) and one typical AND gate. I've consolidated these into a single 74LS09 open collector quad 2-...
Bit Fracture's user avatar
3 votes
1 answer
727 views

How to correctly set logical high level on a PS/2 port?

I'm trying to make a keyboard emulator on ATmega16A. I'm currently implementing logical low as output-zero, and, since the host(?) is supposed to pull up the line, I send logical high state as input ...
Ruslan's user avatar
  • 864