This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UART Baudrate Generation

Other Parts Discussed in Thread: CC2540

Is it possible to set the Baudrate to an 'individual' value like 120 000 (instead of 115200) baud.

The Baudrate is defined like
#define HAL_UART_BR_115200 0x04

I would like to define the Baudrate by writing to the registers U0BAUD and U0GCR. as described in the swru191c CC2540 Users Guide in section 17.4 Baud-Rate Generation.