1

I am trying to understand what each pin on my Arduino Due is and what it is used for, and so I have been searching for things like "Arduino Due pinout", "Arduino Due pin mapping" and similar.

The best I could find was this table, however it doesn't help you out at all if you are completely new to electronics and have no idea what TX2, SDA or NPCSO mean, etc.

Does anybody know of Arduino/Due documentation that explains what each I/O pin is?

asked Jun 8, 2015 at 16:12
4
  • 1
    Yes, it's called the datasheet for the chip on the board. TX2 is UART 2 Transmit. SDA is I2C Serial DAta. NPSC0 is Chip Select 0 for SPI (the N is "Not", or "Active Low"). Commented Jun 8, 2015 at 16:17
  • Thanks @Majenko - is this what you're talking about? Commented Jun 8, 2015 at 16:18
  • That is a start - you can use it in conjunction with this: atmel.com/images/doc11057s.pdf Commented Jun 8, 2015 at 16:19
  • Check out: robgray.com/temp/Due-pinout.svg OR robgray.com/temp/Due-pinout.pdf Search 'Due Pinout'! Commented Oct 12, 2017 at 1:42

1 Answer 1

1

The Arduino Due is backed by an Atmel SAM3X8E ARM Cortex-M3 microprocessor and most of the pins on the Due are connected directly to this chip. Therefore, you can refer directly to the chip's datasheet for descriptions of these hardware features.

Atmel SAM3X8E ARM Cortex-M3 datasheet

answered Jun 8, 2015 at 16:23
1
  • I'm shocked that something as mainstream as Arduino hasn't incorporated this into their end user docs. But thanks! Commented Jun 8, 2015 at 19:22

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.