Hello All,
i am using imx6ul board, and in that i am enabling SPI Driver but it is a 4 wire interface ,
as per the requirement i need to test 3 wire interface test SPI.
is there any possibility that i can perform this test.
--Anshul
Hi Anshul
board uses ECSPI4_SCLK,ECSPI4_SS0,ECSPI4_MOSI,ECSPI4_MISO, if
some of these signals are not used by external SPI device, they may be ignored
without additional configuration. For example according to sect.20.4.1 Master Mode i.MX6UL Reference Manual:
One of the Chip Select (SS) signals and the clock signal (SCLK) are used to transfer data
between two devices. If the external device is a transmit-only device, the ECSPI master's
output port can be ignored and used for other purposes.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------