Hi,
I have some strange problem with MSP430F5xx SPI Clock phase(UCCKPH).
MSP430F5529(master) and MSP430F5438(Slave) are connected through SPI and I am using sample program uscia0_spi_09 and 10.
When I change the Clock phase to UCCKPH=1(i.e Data is captured on the first UCLK edge),
the communication goes wrong, i.e.I get wrong data.
I have cross checked that both Master and Slave have the same settings.
It works fine when the Clock phase is default(UCCKPH=0) and also I tried with a loopback program which also works fine.
I dont understand what is the problem with the setting UCCKPH=1.
Please let me know if this is a bug or something else I am missing.
Thankyou.