I wanted to connect three T3.1 with SPI. The dataflow is only one-directional.
T1 -> T2 -> T3 ->(T1)
So every Teensy sends data to his right neighbor and receives at the same time data from its left neighbor.
One if the Teensy is master and the other two are slaves.
As I'm a little bit confused with MOSI MISO I use the Dout/Din notation and thought that the following connections should work:
T1.Dout -> T2.Din
T2.Dout -> T3.Din
T3.Dout -> T1.Din
There is some other post, where got the impression that the fact that Teensy is master or slave, does not change the output/input functionality of the Dout/Din ports.
So question is, is my interpretation and topology correct?
T1 -> T2 -> T3 ->(T1)
So every Teensy sends data to his right neighbor and receives at the same time data from its left neighbor.
One if the Teensy is master and the other two are slaves.
As I'm a little bit confused with MOSI MISO I use the Dout/Din notation and thought that the following connections should work:
T1.Dout -> T2.Din
T2.Dout -> T3.Din
T3.Dout -> T1.Din
There is some other post, where got the impression that the fact that Teensy is master or slave, does not change the output/input functionality of the Dout/Din ports.
So question is, is my interpretation and topology correct?