Hello,
I am working with TMS570LS3137, and I have realized the communication of two spi
modes.and now, I use the old codes in the FreeRTOS environment, During the runing
process have the problem just like as follows:
First,After running the progress, there is an error which is "It can not read
from the address of 0x********".the address include the data which received by slave
or master.
And the two tasks work in the different mode, one is the Slave and anither is
Master. what I want to realize is Initialing the slave mode to receive the data from
the master and check the data which is received with the data of send by master. If
they are alike, enable the semaphore to tell the master to send data.
Have you ever seen the error? I will appreciate it if you can give me some
advices.Thanks.