This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Change UART baud rate

Hi,

I want to change the UART0 baud rate at runtime (the peripheral has switched to a new rate). Is it enough to reset to (say) 9600 baud, like: NRF_UART0->BAUDRATE = (UART_BAUDRATE_BAUDRATE_Baud9600 << UART_BAUDRATE_BAUDRATE_Pos); or do I need to perform more reinitialization steps?

Thanks, florin

Related