I use nRF5SDK1230, S130nrf51201. Firstly, I flash ble_app_beacon in PCA10028, it works good.
then i flash the same program in custom board(nrf51822qfaa) without any change ,it does not work, so i into the debug mode in keil , when i stop the debug , the yellow arrow stop here.
then i change the areas of ROM and RAM like this:
flash again, not work ,into debug mode ,i found it stuck at SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL) in ble_stack_init();
i doubut if the 32768 oscillator doesn't work , i try some other board , same result, i am really confused , help me PLZ!