I am using two RFID sensors operating on SPI with arduino Due. They will not be operating at the same time. Is it favorable to use the ICSP pins as SPI pins for one of them, or use them in a one master two slaves configuration with the SPI header?
-
1on Due there is no ICSP programming. those pins are only for SPIJuraj– Juraj ♦2021年05月23日 09:17:41 +00:00Commented May 23, 2021 at 9:17
-
The Due's SPI is odd, to say the least. From what I recall, it doesn't have multiple SPI ports. Instead it uses multiple hardware SS pins to look like multiple ports in hardware. Just stick to one channel with multiple slaves. The Due is just a mess. It's no wonder it got retired in short order...Majenko– Majenko2021年05月23日 09:29:03 +00:00Commented May 23, 2021 at 9:29
-
@Majenko, Due is not retiredJuraj– Juraj ♦2021年05月23日 14:13:49 +00:00Commented May 23, 2021 at 14:13
-
1@Juraj They resurrected it?! Morons! The Due is the second worst Arduino of all time, only beaten by the Intel Galileo abortion.Majenko– Majenko2021年05月23日 14:22:56 +00:00Commented May 23, 2021 at 14:22