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).
- ble_stack_init();
- gap_params_init();
- services_init();
- advertising_init();
- 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,