I would like to connect a W5500 ethernet module to my SAMD21 PRO RF using the header pins on J11 labeled MISO, MOSI , SCK and a CS and RST that would work.
Do those pins go to pins 19(MOSI), 20(SCK) and 21(MISO) on the SAMD21 chip and does the board definition support them?
What pins should I use for CS and RST?
In the Arduino IDE, how do I call them out ( <Ethernet2.h>, <SPI.h> ) to get the correct pins?
Any help would be greatly appreciated .
Thanks