Hi,
I am using Arduino-Due with I2C & UART peripherals.
I like to interface two more slave devices using SPI.
I am planning to use one SPI port and select the slaves with different chip select pins.
For 2.5 Milliseconds, I will read 12 bytes of data from Slave1 and then immediately will write the same to Slave2 .
Does SPI library supports above / Is it possible?
D74-MISO
D75-MOSI
D76-MSCK
D87 - CS1 for Slave1 select
D52 - CS2 for Slave2 select