This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DFU with SoftDevice7

Hi,

I use ble_app_uart project (pca10001) and new softdevice7.

I find a DFU project at nrf6310 directory of SDK .

when i program both projects the uart application stop running. What is wrong?

How can i update standard ble_app_uart application with DFU?

Thanks

Parents
  • I just now successfully updated DFU with app and it works fine for me.

    Never seen this error. Try to update your ntf toolbox version.

    UPD:

    I'm also using PCA10001 board.

    Try to flash and test this files dfu_test.rar with:

    nrfjprog.exe --eraseall --programs s110_nrf51822_7.0.0_softdevice.hex --program ble_app_hids_keyboard.hex bootloader.hex --verify --reset

    And maybe try to reboot your iOS device.

    UPD:

    Here is bootloader hex without leds and with button on pin 0 with pull-up: bootloader.hex

    UPD:

    Here is the bootloader project: bootloader.rar

    but it is still not transfer all my application hex file from ios. Maybe this is a problem? maybe i need converte it to a bin file?

    It hangs or return some error? No, I tried with hex and it worked fine.

  • Yes, you can do flash operations with this addresses manually inside bootloader code.

Reply Children
No Data
Related