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.

IWR6843: Simultaneously output from two ports, SPIA and SPIB

Part Number: IWR6843

I want to output ADC Data by SPI with IWR6843.
LVDS is not available due to our customer requirements.
Is it possible to simultaneously output from two ports, SPIA and SPIB, to shorten the ADC Data transmission time?
IWR6843 is the SPI Master.

According to the SPI driver doxygen, SPI_transfer() will block code execution until the transfer is complete, so I believe that two-port simultaneous transfers are not possible.

SPI driver doxygen:
SPI transfer mode determines the whether the SPI controller operates synchronously or asynchronously.In SPI_MODE_BLOCKING mode SPI_transfer() blocks code execution until the SPI transaction has completed.Only SPI_MODE_BLOCKING is supported.

Best Regards,
Hiroyuki Taguchi