Hello,
I am a new to SPI protocol.
We are using MSP430G2452 and there is some shortage in the I/O pins for our application.
We wonder whether we could save pins with the SPI (USI) port.
As the SPI is a full duplex(transmit and receive simultaneously),
and our communication is always only one-direct(half duplex)
is it possible to use only SCLK and SDO pins to communicate and
use SDI pins for other purpose.
Is this kind of usage allowed in MSP430?
Regards.