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.

IWR1642BOOST: can spi write config as non blocking call ?

Part Number: IWR1642BOOST

Hi,

In mmwave_automotive_toolbox_2_6_0/labs/lab0001-driver-vital-signs example .it is using uart write function to send data to host.  I am trying to replace uart write with spi write. however spi write seems a blocking call. and if host does not read fast enough it blocks there and a deadline missing assertion is hit.  i am wondering can i config spi write to be non-blocking call ? 

Thanks