Other Parts Discussed in Thread: CC2650, SYSBIOS
Hi .
Currently I am using CC2650as spi slave for handling the ble activities., I can able to establish the communication between master and slave.,
After the Spi init I am sending data to slave and echo the data back to master ,
I configured CS as SDRY and another pin as a MRDY ,The problem is initially data received in slave but i am not receiving transmission call back,
But if I reset the master once the transmission is happening continuously.,What could be the reason.,
I am using ccs,
Spi intialized inside the simple peripheral task.,
And if enable the partial Enable it was not working