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

nRF51822(QFABC0) can't work when download the ibeacon.hex

  1. Based SDK 9.0 "ibeacon" example, nRF51822(QFAAG0) work's well when download the ibeacon.hex. The target set as follow: image description
  2. Based SDK 9.0 "ibeacon" example,nRF51822(QFABC0) can't work when download the ibeacon.hex.(My ibeacon is bought with nRF51822[QFAB] , before i erase it, it works well.)

Complie no errors.

Both the softdevice S110 and app ble_app_ibeacon are downloaded the chip successfully, but it doesn't work .

The target set as follow:

image description

When i debug the ibeacon example, it's stop here(it can't run to main)

image description

The "ibeacon.map" file content is here nrf51422_xxac_s110.map

The SoftDevice Specification is s110_softdevice.hex

The output hex file is nrf51422_xxac_s110.hex

The souce code is ble_app_beacon.zip

  1. I Can't find the reason, Looking forward to your reply, thx.

  2. I can't find the 32.768KHz crystal on the board, may be the saler delete 32.768 crystal to save cost. But what's the method which come out 32.768hz from 16MHz.

I think it is a method to come out 32.768KHz that diving 16MHz to 2MHz and using PWM to come out 32.768KHz, But what should I do to achieve it? Can you give me a example?

I find another way that using Internal RC come out 32.768KHz, which well add 10uA cost every 4S. But still failed image description

Related