I have hardware with 4x DACS.
These are configured such that the SCLK, and CS/SS are common to all 4 devices and we have 4 SDI lines.
In the proper system this will all be controlled via FPGA so no problem there.
However, for testing purposes I need to control these devices in software (i.e. arduino).
Is there any way to have 4 SPI interfaces that share the SCLK but have different SDI's?
The plan is to simultaneously talk / program each DAC but with different data into each.
Cheers
G