Three wire SPI Interface Test

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Three wire SPI Interface Test

756 Views
anshulkhare
Contributor III

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

Labels (1)
0 Kudos
Reply
1 Reply

573 Views
igorpadykov
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply