Altera_Forum
Honored Contributor
16 years agoAre the possibilities to use pins as custom I/O's for external wiring - NEEK
Hi,
I've got a NEEK-Starter-Board (Cyclone III, Multimedia Board, Terasic LCD Daughter Card) to work with. The overall goal is to wait for button touches on the touchscreen, then send appropriate commands over a communication bus to an external controller. Afterwards I would like to print the controllers reply to the LCD. I just finished my work on my GUI and I now would like to connect the NEEK to an external communication bus. For that I need to connect 2 or 3 wires to the FPGA, depending on the kind of bus (don't know jet whether SPI or CAN). As the FPGA board and the Multimedia board are connected via a HSMC connector directly there are no IOs accessible. Do you have an idea how to get direct IO access to the FPGA without the use of adaptercards for the HSMC connector? Now, I try to find a way to use one of the multimedia connectors (Audio, VGA, ...). The problem is that most of these signals are modified by the MAXII 2210 chip. Spending some more time on that I figured out that there are some Pins which might be suitable: - VGA_VS - The vertical sync of the VGA is not modified by the MAXII 2210 - VGA_HS - Same thing here - Also the Data and Clock pin of the PS/2 and some of the SD-Card reader might be possible. The problem here is: Between these ports and the FPGA there is a voltage translator. So I don't know whether that might work out or not. Is anybody of you experienced in this topic? Any information and hints are appreciated. Thanks! //EDIT: It is possible to program the MAXII 2210 chip after removing two jumpers. Do you know of a "design example", "source code" or anything else for that chip?