Altera_Forum
Honored Contributor
11 years agoUse different voltages on GPIO
Hi,
Small summary: I am using GPIO ports on a Stratix-IV based board to interface it with a PCB that has an optical switch. I am using the GPIO ports to dynamically control the switches, by applying a given voltage to tune them. The problem is, even for passive behaviour of the switches, they need a small voltage to be applied. On the FPGA side, I can set the output to be either 1 or 0, being 1 my configured voltage (2.5V). So, here is my question, can I specify the voltages on GPIO ports for both logical states? Let`s say, define a logical 0 to be 0.7 V and a logical 1 to be 3.3V? Thanks in advance!