Hi,
I am using DM8168 SPI interface to control SPI device.
The "Read" signal of the device as below:
The first 32 bits is address data and last 16 bits is read data of the device.
Using spidev driver, I could make a read signal successfully. as below 1: Device SPI CLK, 2: Device SPI CS, 3: Device SPI DIN, 4: Device SPI DOUT
The SDOUT always 0 at last 16 CLK cycles(There are no data output on device SDOUT)
But when I disconnect device SDOUT with dm8168 SDIN
There are data ouput on device SDOUT and the output data is correct as wish. Why?
Is the device drive strength too low to trigger SDOUT?
If yes, why "SDIN signal is looped out on SDOUT" is OK?
Any helps will be appreciate!
Thanks
BR,
Steven
