Altera_Forum
Honored Contributor
10 years agoBidirectional PIO
Hai all,
I am using cyclone IV fpga for my project and i am using a custom made development board .In that i have configured 16 number of pins as bidirectional PIO's.These pins i have not pulled up externally to Vcc.If i configure the PIO's as output only and try to output to these PIO's then the voltage level of these pins are at 2.5V.If i configure them to bidirectional and make the direction as output in the PIO register ,then try to output a value,the voltage level of these pins are stuck at 1.2V .What can be the reason for this? Why the voltage level drops to 1.2V from 2.5V? How to rectilfy this? Thanks in advance.