Open Poornima97 opened 5 years ago
I put each file in a separate project, and uploaded one to the master and the other to the slave.
Hello Sir, I'm successfully done with one master and one slave SPI configuration part , it was possible with the help of code given in GitHub. Now, I have to configure 3 slave using single master for that slave select is very essential. But in MSP430G2553 there is no detail available regarding slave select pin. So Kindly, help me through to find the slave select pin for MSP430G2553. Note: Daisy- Chain Configuration.
I don't know how this works. I think you can send an id at first, and let the slaves look if the request is for it, or for another slave. I dont know if there is a hardware id you can read from.
The code is available here for both master and slave. But how to interface both code into code composer studio as a single file. I found some difficulties while configuring both master and slave code.