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