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

NRF52 reboots constantly when I add UART

I am using the ble_app_uart example from SDK13 and something strange is happening. The code without UART part works nice and I can see in RTT that it can discover every beacon in the room and it seems it works perfectly. However, when I try to add UART part to the code, NRF52 becomes unstable and reboots constantly. RX pins are pulled up and also I don't send any information through serial but NRF52 begins to act strangely after adding the UART initialization. the code is attached.main.c Here is the RTT log ( I added simple NRF logs with numbers to find the problem as you can see in the code and RTT) rtt.jpg

Related