We want to start with ble_app_uart example for our product but it the firmware halts at CRITICAL_REGION_EXIT() in nrf_sdh_enable_request.
We are using the example from 17.1.0nRF5 SDK as it is.
Please help us debug this issue.
Thanks!
We want to start with ble_app_uart example for our product but it the firmware halts at CRITICAL_REGION_EXIT() in nrf_sdh_enable_request.
We are using the example from 17.1.0nRF5 SDK as it is.
Please help us debug this issue.
Thanks!
Hi,
1) Have you done any modifciations to the example?
2) What IDE/Toolchain are you using ? SES, Keil, GCC, IAR?
3) Are you sure you are using the right project for the board you are using ? Use e.g. the pca10056 project if you are using the nRF52840-DK
1) Have you made any modifications to the example?
No, We are using the example without any modification.
2) What IDE/Toolchain are you using? SES, Keil, GCC, IAR?
We are using SES toolchain - v 5.70a
3) Are you sure you are using the right project for the board you are using ? Use e.g. the pca10056 project if you are using the nRF52840-DK
Yes, We are using pca10056 for nRF52840-DK board.
Please let us know how can we get some more info about the issue that will help debug.
1) Have you made any modifications to the example?
No, We are using the example without any modification.
2) What IDE/Toolchain are you using? SES, Keil, GCC, IAR?
We are using SES toolchain - v 5.70a
3) Are you sure you are using the right project for the board you are using ? Use e.g. the pca10056 project if you are using the nRF52840-DK
Yes, We are using pca10056 for nRF52840-DK board.
Please let us know how can we get some more info about the issue that will help debug.
Try doing a nrfjprog --recover, and then flash the application again.
If that does not work, try using SES version 5.42a
Yes, it worked with SES v 6.30 with minor changes due to RTT Issue.
Thanks a lot!