Hi,
I use SDK 12.3.0 with PCA10040 board, and try running experimental_ble_app_buttonless_dfu.
It works fine when I use Keil to compile, but doesn't when use GNU.
I open log, it show this info below:
--------------------------------------------------------------
SDH:DEBUG:sd_ble_enable: RAM start at 0x20002128
:INFO:running nrf_dfu_settings_init
:INFO:!!!!!!!!!!!!!!! Resetting bootloader settings !!!!!!!!!!!
:INFO:Erasing old settings at: 0x200021b8
:INFO:Erasing: 0x200021b8, num: 1
:INFO:Erase failed: 6
:ERROR:Erasing from flash memory failed.
APP_ERROR:ERROR:Fatal
-----------------------------------------------------------------------
Does any one know how to fix this issue ?
Thanks a lot.