This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF51 iBeacon application problem

Dear all,

I tried to program and test the iBeacon application on the s110 folder from nordic examples. The code on the Cortex-M0 has problem. Seems during programming the start-up gets some problem and code can't run at all! I checked by programming the hex file via nRFgo Studio also, but same result. Even I can't turn on an LED at the beginning of main() function! I checked the assembly code, it was very weird, and it causes kind of halt for the nRF51822! I changed the stack size on the startup file and increased it but same result!

Please kindly share your experience and knowledge if you know anything around this isssue! Thanks. Mehrdad F.

  • FormerMember
    0 FormerMember

    On what kind of board do you run the beacon example from the SDK? The example in the SDK uses an external 32 kHz crystal. If your board doesn't have any external 32 kHz crystal, the application will not run. If your board doesn't have an external low frequency clock, the source in SOFTDEVICE_HANDLER_INIT(..) should be changed to one of the RC oscillator options.

Related