Other Parts Discussed in Thread: PGA460-Q1, MSP430F5529, PGA460
Hi, team
I would like to run SPI communication at just 8MHz using MSP430F5529LP.
Where should I write the register?
I tried to write these register.
UCB1CTL1 = UCSSEL_2; // source USCI clock from SMCLK
UCB1BR0 = 0x03; // set initial speed to 25/3MHz
However, MSP430F5529LP run at 8.33MHz clock and didn't recognize the correct value.
(when UCB1BR0 = 0x04, it can communicate normally at 6.25MHz clock.)
regards,