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.

How to Read data from spi

Hi,

I am able to send data from am335x to MSP 430 through SPI, I can see that at MSP 430.

How can I read data sent from MSP 430 to am335x.

I have transfered data from am335x to MSP430 using  ioctl(fd, SPI_IOC_MESSAGE(1), &transfer);

Please teach me how to read the received data on the spi at am355x on linux.

-Ajith