I'm trying to send data between TMS320F28069 and Arduino Uno board using SPI protocol. I'm pretty new to SPI communication and TMS320F28069.
TMS320F28069 is the master device and arduino uno is the slave device. I can send data from master to the slave, but I could not get data from the slave Device.
I'm trying to receive data without using "Interupts".
Thanks.