Other Parts Discussed in Thread: CC2560, MSP430BT5190
I am using the EZ430-RF256x with the Mindtree MSPEXP-PAN1315 SDK and UART bridge code modification to communicate between my laptop and an external device (connected directly via UART). The SDK has the default baud rate for all MSP430 clock frequencies listed as 115200 bps. It shows in msp430_uart.h that all other baud rates are not supported. I have two questions:
1. Why are the other baud rates not supported? Is there any code change that I can make to access the other baudrates?
2. My UART device is operating at 9600 bps, but the bluetooth module is set to 115200 bps. How is this possible? Is there a buffer or some kind in the MSP430?
