5

This page https://store.arduino.cc/usa/mega-2560-r3 contains an image under the Documentation section which shows digital pins 10 to 13 with labels SS, MOSI, MISO, and SCK.

EDIT: The documentation page has since been updated with the correct pin assignment as discussed below. The image has been removed to stop it from showing up in "mega SPI pinout" searches and continuing to spread wrong information.

However, this page says that those are at pins 50 to 53 https://www.arduino.cc/en/reference/SPI.

table from SPI page

Which page is correct?

asked Sep 10, 2020 at 22:38
4
  • 4
    check the schematic ... the top picture is incorrect ... PB4 to PB7 are not SPI pins ... ATmega2560 datasheet confirms that PB0 to PB3 are SPI pins ... these are pins 50 to 53 on the Arduino board Commented Sep 10, 2020 at 23:43
  • store.arduino.cc/store-support Commented Sep 11, 2020 at 5:43
  • 1
    I have asked Arduino store tech support to check on it - " Your inquiry was submitted and will be responded to as soon as possible. Thank you for contacting us." Commented Sep 11, 2020 at 6:04
  • 2
    Got reply from Arduino Store as well. " it is being taken care" Commented Sep 11, 2020 at 6:39

1 Answer 1

5

The image is incorrect, unfortunately.

The SPI pins are below:

PB0 - #SS
PB1 - SCK
PB2 - MOSI
PB3 - MISO 

enter image description here

enter image description here

enter image description here

answered Sep 11, 2020 at 6:00

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.