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

BLE and flash write problem

Hello,

I'm using nrf51822/s130/sdk12.1.0. Before adding BLE code there's no problem in writing inner flash. In main I just added below ble_app_uart codes(not modified).

  1. ble_stack_init();
  2. gap_params_init();
  3. services_init();
  4. advertising_init();
  5. conn_params_init();
  • S130 writed already.
  • I use flash area : 2K Bytes area from 0x30000(page 192).

After that reset occurs when writing inner flash. I don't know why. I have to use BLE. How should I do?

thanks,

Parents Reply Children
Related