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

Software stuck at "ble_stack_init()?

Do you why I could not pass the "ble_stack_init()? I did download softdevice from 0x0000-0x26000 and Application from 0x2600

int main(void)
{
// Initialize.
log_init();
leds_init();
timers_init();
buttons_init();
power_management_init();
ble_stack_init();
gap_params_init();
gatt_init();
services_init();
advertising_init();
conn_params_init();

Parents Reply Children
Related