Other Parts Discussed in Thread: MSP430F2418, MSP430F5325
Good day!
I am linking MSP430F2418 and MSP430F5325 with SPI.
I am using USCIB0 on 2418 as master and USCIB1 on 5325 as slave. 2418 has 16mHz crystal as clock source and 5325 is using internal oscillator both on 16mHz MCLK. SPI is set up for MSB first.
When I am testing the link following problem is seen: as slave is receiving data OK, master is receiving data from slave one bit shifted: when slave sent 0xFF, 0x00, master is receiving 0x7F, 0x80. Both sides is configured with UCCKPH set and UCCKPL cleared (different combinations tested), and also different clock rates tested: from 1 to 20 kHz.
what sould I try?
thank you.
