Part Number: MSP430F5335
So for SPI, in order to receive data, you continue to send 0xFF to get the clock to cycle. That's the only way to get the clock to cycle?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MSP430F5335
So for SPI, in order to receive data, you continue to send 0xFF to get the clock to cycle. That's the only way to get the clock to cycle?
Yes. As the SPI master, you must provide the clock signal for the slave to present its data on the MISO pin, so that means you have to send the slave some value on the MOSI pin, such as 0xFF. That's the way a SPI transaction works.
**Attention** This is a public forum