I'm currently on a question for which the documentation here can't help me.
If I'm correct, the Dual-Bank Update allows to retain a safe copy of the old firmware image until the new firmware image has been completely validate aside the old one when processing the post-validation of the DFU Process. If something goes wrong during the transfer, the bootloader will check the bootloader_settings and restart the transfer where it has been left. Then, if the new firmware image can be activated, it is copied from bank 1 to bank 0.
So, if there is a problem, like a cut-off, during the transfer, all will be safe. The DFU Process will restart and the old firmware image is always in the flash in bank 0.
However, what is going if there is a problem, like a cut-off, during the copy from bank 1 to bank 0 of the new firmware image ? (second step in the scheme above)
PS : this post didn't help me either.