Hello all,
I have a nrf52820 SoC with which I would like to do a DFU.
When I flash softdevice, application and bootloader together with bootloader settings, the bootloader jumps to the right place in the flash, that is to the application.
If I then switch from the application for the DFU to the bootloader, the DFU is also performed correctly. However, the bootloader does not switch to the application after the DFU.
I attached the log of the DFU.
It looks like a UART error occurs when trying to write the bootloader settings page. This can be seen clearly in the memory layout:

The left layout is OK and works, the right one is what is there after the DFU and does not work.
Does anyone have a solution for this?