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!