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

What does NRF_BREAKPOINT_COND mean?

Hi,

I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. But I meet a very strange problem. The project couldn't run after I program, no matter I use Keil or nRFgo to program. it runs to the NRF_BREAKPOINT_COND when I debug it. The project is OK before and I have not changed anything. What reason would lead to this problem? Thanks.

Parents Reply
  • I can confirm this. After changing NRF_GPIO_PIN_NOPULL to NRF_GPIO_PIN_PULLUP, and adding a 10k puill-up resistor to 3.3V on both Tx, and Rx pins, i can run the application. For some reason they must not be left floating. I am however, notr using uart in my application at all. I have had this problem only on a custom board, the same code is running fine on Red Bear Nano v2.

Children
Related