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?
@Vit: If you try something smaller, says 300kB would it fail ?
I suspect there could be some page was reserved for application data (DFU_APP_DATA_RESERVED). Could you check if DFU_IMAGE_MAX_SIZE_FULL is bigger than the size of your application ?
@Vit: If you try something smaller, says 300kB would it fail ?
I suspect there could be some page was reserved for application data (DFU_APP_DATA_RESERVED). Could you check if DFU_IMAGE_MAX_SIZE_FULL is bigger than the size of your application ?