Hello.
I have problems uploading with DFU OTA any application. For this case, I am using "dual_bank_ble_s310" example.
First of all, I put this memory's configuration in Keil (any problem loading application with USB): IROM1: 0x1D000 ; 0x23000 IRAM1: 0x20002200 ; 0x5E00
I generate the .hex in Keil using rebuild, and I create the .bin with:
nrfutil.exe dfu genpkg application.zip --application application.hex --application-version 0xffffffff --dev-revision 0xffff --dev-type 0xffff --sd-req 0xfffe
In other hand, I upload ble_default_bootloader_app.hex in JLINK (F:) (my nrf51-dk).
Finally, I upload my zip with nRFToolbox, but I recive a CRC error.
Any suggestion?
Thanks.