Multiple simultaneous PCS lines for LPSPI on rt1050?

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

Multiple simultaneous PCS lines for LPSPI on rt1050?

803件の閲覧回数
jackking
Senior Contributor I

I am using SPI for control of an LCD driver chip which uses the standard CS (chip select) plus D/C (data/command). 

I don't see a way to assert multiple PCS lines for a frame in the FIFO.  Asserting the D/C via GPIO works, but doesn't allow full performance using the FIFO, because the FIFO timing is async from the GPIO.

Any ideas on this? This was a feature of the Kinetis chip I used previously.

thanks

ラベル(1)
1 返信

660件の閲覧回数
jackking
Senior Contributor I

Not a solution specifically, but I worked around this using 9-bit SPI instead of a dedicated D/C chip select.  This is a feature of the LCD controller I am using (st7789).  The ninth bit of the frame is used to set the D/C value, using only a single CS.