Tool/software: Linux
Hi Support,
I have been able to access the spi bus within my driver and send single word transactions without an issue. The device that I am talking to is a DSP and requires that the bits are received continuously without breaks. I have the SPI device set for 32 bit mode and it transfers one word at a time using spi_write command. Is there a way to transfer multiple words in a single transaction or manually control the CS line for the transaction?
Thank You,
George