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

UART issuses on nRF Connect SDK 1.5.1

Hello Nordic Team,
I am having issues with the peripheral_uart firmware for the nRF52833.
1.I can use UART_init() or nrf_drv_uart_uninit() in nRF52-SDK to enable or disable UART. How can I do that in NCS?
2.I changed the baud rate to 921600bps. An error occurred that caused the system to reset. I found that it is caused by k_free (buf) in ble_write_thread (). How can I solve it?
3.Can I use firmware to configure an external or internal 32.768k crystal oscillator?
Thanks,
Stanley
Related