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

nrf51822 DFU (compiled for nrf51422) - ok?

The example DFU project (dual_bank_ble_s110) for NRF51422 seems to work just fine on my custom board that has NRF51822. Is there a problem to use it like that if I set the memory configuration correctly for my device? The reason for this is that I cannot get it to work if I change the device to NRF51822. I copied the correct target settings etc. from the original project but that did not help.

It seems to fail somewhere in ble_stack_init(!app_reset); function.

I'm using SDK 10.0.0

Related