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

Softdevice S110 V8.0.0 softdevice enable error

Hi,

I have a setup : nRF51822_QFAC Chip Rev3 Softdevice: S110 V8.0.0 SDK: V8

Code hangs at sd_softdevice_enable(). Clock Source I am using is NRF_CLOCK_LFCLKSRC_XTAL_20_PPM. If i change the clock source to NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, i get an error 0x00007(invalid parameters) from sd_ble_gap_ppcp_set api.

Thanks

Parents
  • Hi,

    Do you have an external low frequency 32.768Hz clock? If yes, are you sure that it is running properly? If not this might be the reason why you can't get it to work with NRF_CLOCK_LFCLKSRC_XTAL_20_PPM. Do you get any error codes out of sd_softdevice_enable()?

    Can you share the code you use to initialise the sd_ble_gap_ppcp_set() parameter?

  • Hi Martin,

    I am using PCA10001 board where I have changed the nRF chip from nRF51822 QFAA to nRF51822 QFAC. PCA10001 board have 32.768KHz clock.

    Thanks

Reply Children
No Data
Related