tns-labs / MSP430

sample code for the MSP430 Texas Instruments Microcontroller
0 stars 1 forks source link

MSP430G2553 Master slave code #1

Open Poornima97 opened 5 years ago

Poornima97 commented 5 years ago

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.

tns-labs commented 5 years ago

I put each file in a separate project, and uploaded one to the master and the other to the slave.

Poornima97 commented 5 years ago

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.

tns-labs commented 5 years ago

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.