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

nRF9160 how to change baud rate of UART1 to 9600?

I'm successfully printing to the UART1 com port at baud rate 115200, but I have a peripheral I plan to connect that requires 9600.  What is the proper way to go about this?  Are there multiple places this needs to be changed or is there one config I can set?

I did try changing the config here:

zephyr\ext\hal\nordic\nrfx_config_nrf9160.h

but it didn't appear to work as I expected

Thank you!