Open Gerriko opened 1 year ago
Arduino board: Arduino Giga R1
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.16 / 2.0.2
List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch code in too): LIST REPRO STEPS BELOW
If I select software SPI option in the library for either Arduino Giga R1 SPI(0) or SPI1 pins, using:
Adafruit_PN532 nfc(PN532_SCK, PN532_MISO, PN532_MOSI, PN532_SS);
Then it works.
If I choose the hardware SPI option using either of the following:
Adafruit_PN532 nfc(PN532_SS); Adafruit_PN532 nfc(PN532_SS, &SPI); Adafruit_PN532 nfc(PN532_SS, &SPI1);
it tells me that it cannot find the PN532 breakout board.
I agree. I'm trying the setup using pins 10 through 13, and it still won't do just the CS=10 entry only for hardware SPI. I'm connecting to an SPI FRAM memory 4M.
Arduino board: Arduino Giga R1
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.16 / 2.0.2
List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch code in too): LIST REPRO STEPS BELOW
If I select software SPI option in the library for either Arduino Giga R1 SPI(0) or SPI1 pins, using:
Then it works.
If I choose the hardware SPI option using either of the following:
it tells me that it cannot find the PN532 breakout board.