Pin layout for GPIO1

For topics which do not fit in other specific forums.
User avatar
lomdar67
Posts: 183
Joined: Sun May 24, 2020 8:27 pm
Has thanked: 13 times
Been thanked: 8 times

Pin layout for GPIO1

Unread post by lomdar67 »

Hello,

I was wondering if there is a complete pin layout for the GPIO1? What I found out so far:

11-5v
12-Ground
13-OSD
15-User
17-Reset
29-3.3v

Especially interesting would be the pins for the leds

Best regards,
Michael
We raise hopes here...until they're old enough to fend for themselves.
--Mike Callahan
User avatar
darksakul
Posts: 352
Joined: Mon May 25, 2020 4:34 pm
Has thanked: 397 times
Been thanked: 73 times

Re: Pin layout for GPIO1

Unread post by darksakul »

Here your LED and User Button wire guide

viewtopic.php?p=364#p364
It is my great regret that we live in an age that is proud of machines that think and suspicious of people who try to.
N.Master
Posts: 19
Joined: Wed Oct 13, 2021 11:47 am
Has thanked: 6 times
Been thanked: 5 times

Re: Pin layout for GPIO1

Unread post by N.Master »

I think lomdar67 was looking for the pinout directly from the DE10-nano, not on the I/O board
Raul3D
Posts: 16
Joined: Mon Sep 20, 2021 11:08 pm
Been thanked: 4 times

Re: Pin layout for GPIO1

Unread post by Raul3D »

The GPIO pins are listed in the DE10 Nano manual on page 30:
https://www.intel.com/content/www/us/en ... anual.html
User avatar
lomdar67
Posts: 183
Joined: Sun May 24, 2020 8:27 pm
Has thanked: 13 times
Been thanked: 8 times

Re: Pin layout for GPIO1

Unread post by lomdar67 »

Thanks for the help so far.

I don't have (and need) an analog or digital I/O board, but I wan't to connect the three buttons and LEDs from my casing to the DE10-nano. As the I/O boards are connected to the GPIO I thought that would be possible directly with the pin header.

I was studying the D-10 nano manual, but to be honest I can't really get the information how to connect the three LEDs out of the manual.
For example it says that pin 17 is PIN_AG23, but where is the information that PIN_AG23 is the reset button?

So let me rephrase my question. Can anyone explain to me how to connect the three LEDs directly to the GPIO 1 header?

Best regards,
Michael
We raise hopes here...until they're old enough to fend for themselves.
--Mike Callahan
Raul3D
Posts: 16
Joined: Mon Sep 20, 2021 11:08 pm
Been thanked: 4 times

Re: Pin layout for GPIO1

Unread post by Raul3D »

You can check the semantics of the IO Board to see how the LEDs and buttons are connected to the GPIO pins:
https://github.com/MiSTer-devel/Hardwar ... r/releases
player2
Posts: 8
Joined: Tue Oct 19, 2021 1:51 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Pin layout for GPIO1

Unread post by player2 »

lomdar67 wrote: Thu Oct 28, 2021 8:38 am I don't have (and need) an analog or digital I/O board, but I wan't to connect the three buttons and LEDs from my casing to the DE10-nano. As the I/O boards are connected to the GPIO I thought that would be possible directly with the pin header.
Hi Michael, I was in a similar boat. I think the I/O board would have marginal usage for me, but in my case it was just useful enough that I ordered one and I'm waiting for it to be delivered.

In the meantime I've been looking at the schematics on github, they should be the same one's Raul3D linked to. I've made the following list, but I don't know if it's accurate, and I can only try to check once I have my board.

Code: Select all

		LED3 User	1	2	Analog Audio Left / I2S
		LED2 Disk	3	4	MicroSD DAT2
		LED1 Power	5	6	MicroSD DAT3
Analog Audio Right / I2S	7	8	MicroSD CMD
		SPDIF / I2S	9	10	(pulled to GND on I/O board)
			5V	11	12	GND
		Button OSD	13	14	MicroSD CLK
		Button User	15	16	MicroSD DAT0
		Button Reset	17	18	MicroSD DAT1
		VGA Vsync	19	20	VGA Hsync
		VGA Blue ???	21	22	VGA Blue ???
		VGA Blue ???	23	24	VGA Blue ???
		VGA Blue ???	25	26	VGA Blue ???
		VGA Green ???	27	28	VGA Red ???
			3.3V	29	30	GND
		VGA Green ???	31	32	VGA Red ???
		VGA Green ???	33	34	VGA Red ???
		VGA Green ???	35	36	VGA Red ???
		VGA Green ???	37	38	VGA Red ???
		VGA Green ???	39	40	VGA Red ???
Again, I have to emphasize that I am not 100% sure of these connections. Also I'm not clear on how the R-2R ladders for the Red/Green/Blue are wired up exactly. There's also a "SOG" line that is related to the VGA and is wired to P7, together with the user port. I have no idea what that does.

If I'm reading the schematic right, the LED pins on GPIO1 are tied to the LED anodes, and the LED cathodes are tied to 3.3V via 560r resistors. It would be best if someone could cross check all this. :)
jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: Pin layout for GPIO1

Unread post by jca »

SOG = Sync On Green
Post Reply