This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

if initial uart_config() before ble_stack_init(), softdevice_handler_init will be failed!

if initial uart_config() before ble_stack_init(), softdevice_handler_init will be failed! with SDK 6.0

softdevice_handler_init() will returns 0x00001001 ("NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION).

it is nothing to do with "NRF_CLOCK_LFCLKSRC_XTAL_20_PPM". .so i initial uart_config() after ble_stack_init(), then it is ok..

what's the problem?

Related