I need to communicate with a dual digital pot using an SPI protocol. The number of bits needed is 9 and if more are sent then the pot's internal register captures the wrong value.
I would like to use the SPI mode of the USCI in an MSP430F233-- or any other MSP430 --but I see no way to send just 9 bits.
I could just bit-bang the information to teh digital pot, but I would rather use the USCI peripheral.
Any suggestions on how to do this would be most appreciated.
Thanks,
José