Hi Folks,
In my application I want to chain arbitrary number of CPU boards via SPI:
the FSS and CLK signals are common
Tx and Rx are connected from board to board
and a master board should send data. Each board needs 1 byte of frame.
My question is, is it possible to send arbitrary size of SPI frame? If I set the frame size to 8 bit, the first board will get it every time, but nobody following it gets any valid data.
Regards,
Norbert