FIrst timer with the nordic.. so i could use some help.
i've tried my code on the eval kit and it worked fine. On my custom board (has external 16MHz crystal www.digikey.com/.../1693950) during the
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_1000MS_CALIBRATION, false);
it seems to get all the way through the softdevice_handler_init() where it sets m_softdevice_enabled=true.
However, during the next line (return sd_nvic_EnableIRQ(SWI_IRQn)) it immediatly goes into the app_error_handler with error code 2.
I think i have the 32KHz internal RC working, and i followed the guidelines (i think) on the external 16MHz. yet when i scope the crystal, i am not seeing what i would expect (see attachment). Do i have to configure the 51822 to actually use it? I am trying the ble_hrs sample app for this.IMG_1684.JPG