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