Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well. Do you plan also to add a SINGLE bank boot-loader example over BLE (not serial) for S132 stack?
Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well. Do you plan also to add a SINGLE bank boot-loader example over BLE (not serial) for S132 stack?
So the issue was with MCP. I can program same file by using tool nRF connect 4.3.2 on Android K. See question. BTW if you are going to upload big files and you do have enough current you can increase bootlader speed 2 times by changing file dfu_transport_ble.c
setting MIN_CONN_INTERVAL (uint16_t)(MSEC_TO_UNITS(7.5, UNIT_1_25_MS))
So the issue was with MCP. I can program same file by using tool nRF connect 4.3.2 on Android K. See question. BTW if you are going to upload big files and you do have enough current you can increase bootlader speed 2 times by changing file dfu_transport_ble.c
setting MIN_CONN_INTERVAL (uint16_t)(MSEC_TO_UNITS(7.5, UNIT_1_25_MS))