Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840-Preview-DK: NRF_BREAKPOINT_COND is encountered when APP_ERROR_CHECK(err_code) executes

Hi,
In my project, I am interfacing various modules (UART over ble, ADC, SPI, I2C) on nRF52840-Preview-DK board. I use IAR Embedded Workbench with nRF5_SDK_15.2 for code bring up. At this point, I have everything compiled in a single project with no compilation errors. Essentially, I hit NRF_BREAKPOINT_COND whenever APP_ERROR_CHECK(err_code) is called. Interestingly, this happens only when APP_ERROR_CHECK(err_code) within BLE related functions executes. Everything worked smoothly before I added the UART over BLE from SDK in the project.
Thanks!
Parents Reply Children
Related