I am using nRF51822QFAA & S120(v2.1) & SDK10.0.0
The application is to scan nearby ibeacon and send the ID information by UART. But the application always hang / reset when run to here
I step into these lines,
1, SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_TEMP_16000MS_CALIBRATION, NULL);
2, uint32_t softdevice_handler_init(nrf_clock_lfclksrc_t clock_source,void * p_ble_evt_buffer,uint16_t ble_evt_buffer_size, softdevice_evt_schedule_func_t evt_schedule_func)
3, if (!is_word_aligned(p_ble_evt_buffer))
It reset when hit the third line.
Can any body help me out ? Many thanks !