Hi,
I'm trying to run the Template app on a beacon but am not having much luck. So far I've been able to run it on the nRF51-Dongle but it appears dead on the beacon.
To run on the beacon, I've made the following changes:
- Changing board to PCA20006 in the C/C++ Settings
- Changing SOFTDEVICE_HANDLER_INIT to use the internal RC via NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION
- Changing the ROM Start to 0x1600
This advertises fine with the Dongle but when loaded onto the Beacon I don't get any sign it's working. I've been able to use the same procedure to run the blinky app on the beacon.
I've even loaded the precompiled Softpack for the beacon onto the Dongle along with the internal RC and start address change and it works fine.
Are there other changes needed other than the internal RC to run on the Beacon vs the Dongle?
Thanks.