Other Parts Discussed in Thread: MAX3232, MSP430F2274, TUSB3410, MSP430F1232
I'm using the target board from the ez430-rf2500 and connected it with MAX3232 to a serial port.
It is running at 16 MHz and I'm using the table 15-4 in slau144e to set my UCA0BR0, UCA0BR1 and UCA0MCTL registers. I've tried 9.6k, 19.2k, 38.4k, 115.2k baud rate and they all worked perfectly. The problem came in when I was trying to move to230.4k baud rate. I calculated the following settings since they are not in the table.
UCA0BR0 = 0x45;
UCA0BR1 = 0x0;
UCA0MCTL = 0xAA;
The only thing I got through the port is jibberish. Is my setting correct? I saw that is possible to set 230.4k baud rate using oversampling mode in table 15-5, but is there any way to do it without using that mode?
Thanks in advance.