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

DFU using BLE

Hello all,

I am trying to update my firmware using BLE peripheral. I followed the instructions in this [tutorial] (devzone.nordicsemi.com/.../)

I downloaded the SoftDevice then downloaded the DFU example "dfu_dual_bank_ble_s110_pca10028"

Then I am trying to connect to the device by nRF Toolbox (DFU) but I can't!!

I spent a lot of time debugging and I found that the software is stuck inside "HardFault_Handler" and the last function before it loops infinitely was "crc16_compute"

Could anyone help ?

Related