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?