This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM57X: McSPI multiple words in a single transaction

Part Number: PROCESSOR-SDK-AM57X


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