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
  • Yes, I'm very sure I have not make changes to the code or memory settings. I use the Jlink on the PCA10040 board(P20) to program or debug our board.These days, I do the project again, I have found the problem because of setting P0.04 as the RX of the UART. If I don't use P0.04 as the RX of the UART, it runs well.

    Then I do a test on the app_ble_uart example and just modify the RX pin of the UART to P0.04, it also couldn't run. Could you help me have look what is the problem? Thanks.

Reply
  • Yes, I'm very sure I have not make changes to the code or memory settings. I use the Jlink on the PCA10040 board(P20) to program or debug our board.These days, I do the project again, I have found the problem because of setting P0.04 as the RX of the UART. If I don't use P0.04 as the RX of the UART, it runs well.

    Then I do a test on the app_ble_uart example and just modify the RX pin of the UART to P0.04, it also couldn't run. Could you help me have look what is the problem? Thanks.

Children
No Data
Related