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

nRF52810 data recieve problem

image descriptionHello All,

I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART i changed the uart pin configuration as
#define RX_PIN_NUMBER 11
#define TX_PIN_NUMBER 9
But I am facing very strange problem. The project couldn't run after I program,i am using keil,. it runs to the NRF_BREAKPOINT_COND when I debug it. The project is What reason would lead to this problem?

also i removed the debugger and gave the external power to my board and connected with nrf_UART(nrf toolbox) i started receiving GPS data continuously but in between again it restarts and says "connection lost".
Thanks in advance.

Related