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.

MSP430F5171 SPI_RX_Enable without TX_enable

Other Parts Discussed in Thread: MSP430F5171

Can anybody tell me how can i enable SPI Reception in MSP430F5171, when it is working in half duplex mode?  i am usnig only 2-line from SPI port, one for SOMI and another one for clock. i am enabling(CHIP SELECT) Slave(ADC) using another GPIO line of msp430. pls reply

  • SPI clock generation in master mode is directly connected to sending data. SPI is bi-directional. If you don't want to send anything, you may simply disable the UART I/O by not setting the PxSEL bit for the MOSI pin.
    You'll still need to stuff the TXBUF register in order to make the USCI generate clock pulses. And for every byte you send (into the void) you'll get (one byte later) one byte received.

**Attention** This is a public forum