All:
I have a situation where I need to run the MSP430 UART at a non-standard BAUD rate of 1.024 M bps. I have been able to do that, by creating a system clock that will run at 24,576,000 MHz and dividing by 24 to get to my BAUD rate of 1.024 MBaud. By the way System clock is using REFO * (749+1).
I used MSP430F55xx_uxcia0_uart_01.c and MSP430F55xx_UCS_10.c to build code for above.
However, if I now want to add USB, does that change the above? OR can the USB clock be independent (48 MHz) of the above-generated System Clock?
Regards,
Todd Anderson