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