Hello!
I use a usb secure bootloader with MBR (without SD) for update my application via USB. Also, my application receives new firmware via GSM modem and saves it to an external flash. After receiving the update, I check it and write it to the internal flash (in bank 1).
How to correctly record the necessary data for the bootloader (length, scc) and pass control to it to update the application?
I use nRF52840, nRF5_SDK_15.2.0.
Best regards