Other Parts Discussed in Thread: MSP430F5502, , TIDEP-0091
I'm using an MSP430F5502 to get data from an IWR1443 using SPI. The MSP is the master and the IWR is the slave. The slave initiates all of the data transfers by setting a pin on the MSP430 to indicate that data is ready. The MSP430 interrupt routine for that pin then starts and reads the data with a transaction as master, using startSpiReadAsync().
I also want to initiate writes from the MSP to send configuration information to the IWR. Do you have an example of this? What is the correct SPI function to use?
Thanks!