This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using nRF52832 SPIM to pilot a Display Controller in 4-bit SPI ... DCX Solution?

Using 4-bit SPI mode on the Display Controller side: SCL,MOSI,MISO ... and DCX (by which the controller distinguishes between command bytes and data bytes). There's no obvious way for nRF's SPIM to control the DCX signal in concert with the SPI signals at full rate.

Perhaps there is an un-obvious way...?

Best option I have at this moment is to "manually" set DCX either HI or LO before the SPI transfer and to enact 2 transfers: 1st for the Command, 2nd for the Data.

Is there not a more efficient way?

Related