Other Parts Discussed in Thread: MSP430F149
Hello,
I would like to use the MSP430F149 uart at 115200 baud rate.
So I need to use SMCLK to reach this baud rate and did not succeed to find the correct register values.
For uart: according to slau049.pdf, U1BR0 = 0x09; U1BR1 = 0x00; and U1MCTL = 0x08;
But I am stuck to program the SMCLK to 1048576 Hz, which value should I use for DCOCTL and BCSCTL1 please?
I tried DCOCTL = 0x20 and BCSCTL1 = 0x84 (BCSCTL2=0) but it does not work, my PC is not able to recognize the uart data.
Is there any CALDCO_1MHZ equivalent for MSP430F149 when I use IAR?
BR
Michel