SPI Chip Select

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SPI Chip Select

808件の閲覧回数
josephchen
Contributor III

I'm using Kinetis MCUs. I wonder if it is possible to connect two SPI slave devices shared the same SS line. One of the SS lines contains a NOT logic gate so I can select the slave device by changing its GPIO value in callback function. Is it possible?

ラベル(2)
0 件の賞賛
返信
1 返信

573件の閲覧回数
jeremyzhou
NXP Employee
NXP Employee

Hi Joseph,

After learned your statement, I think this scenario can work out.

But I don't consider this method is good enough, I will prefer to share SPI_MISO、SPI_MOSI、SPI_SCLK pin, then use the different GPIO as the SS pin to select the external device.
Have a great day,
Ping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------