Software
- SDK version: 12.2
- iOS Pods DFU Library
- secure_bootloader/pca10028_debug
Hardware:
- Nordic pca10031 (ble dfu works)
- custom hardware w/ nRF51822 (fails with Error 202)
- iPhone 7, iOS 10.3.1
Hello, DFU over BLE is failing with "Error 202: Device disconnected unexpectedly". I don't know why it would work with pca10031 but not my own hardware, other than one has the nrf51422 and the other has the nrf51822. The bug is similar to the one asked in reference to SDK10 here, though the solution is to set the .revision member in ble_dfu_init_t struct, which is not present in SDK12. Is this a known issue with SDK12, or some setting I am neglecting to set?