Hi, platform info: SDK 9.0, NRF51822, SD:s110_nrf51_8.0.0, Master Control Panel(android):2.0.0
We use eample dual_bank_ble_s110 under dfu/bootaloader/pca10028/ of SDK as our
bootload.
we changed nothing bug memory layout as follows: IROM1:0X3C000:0X4000,
IRAM1:0x20002000:0x2000
**Background:**
First We used nRFgo studio to erase whole chip flash and then program Softdevice and
bootload to the chip.
The Evaluation board advertised as Dfutarg after reset. The master control panel can connect to board and get dfu profile .
But when we use dfu to update my application, Master control panel display process status
info as follow:
"Connecting...","Starting DFU...","0%","disconnecting"
We checked the log info, there is an error message: "Remote error: REMOTE DFU INVALID
STATE".
One more thing: When master control panle connected to the board, it disconnect automally about 1min.
Question: 1: Is there a file to save master control panel (android) log info which I can export to analyze. 2: Any tips about how the error induced.