Other Parts Discussed in Thread: MSP430F5438, MSP430F5529
Hi,
I've been looking at SPI implementations for the last two days, and again, I feel like this is too technical, plus with my limited knowledge about embedded, I just feel lost.
I've read a couple of posts here, and copy pasted some code, but I have no idea where to start.
I'm using the MSP430F5438 microprocessor on our prototype, and if I got it right from the datasheet, it has 4 SPIs?
My situation is such, I have two serial slave components I need to program on initialization, and read data from while the application is running, to be more specific, temperature and accelerometer.
So I'm wondering, according to this on page 57, it seems that the same SPI can be used for multiple devices, is my understanding correct?
I've also had trouble with understanding which registers control what from the datasheet, there is a long register list, and it seems that most of these have many functions, how can distinguish what I need from the list?
Thanks,
Adam.