SPI 1 line simplex rxonly
Hello,
How to read data from slave in 1 line rxonly.
I have this set up
STM3f446re board as master and arduino uno as slave
Master and slave are connected through only 2 lines. MISO and NSS.
Master will be in rxonly mode and slave sends data to master over MISO
Slave sends the data in the below format
<start byte><couple of bytes of data><end byte>
I can see master is continuously producing clock as expected .
But since master can sample at any clock edge i dont receive the data in order expected.
How to solve this issue?
Pls help