Hello.
I would like to know if its possible to preform a firmware update from the application itself like so:
1. Getting the firmware via UART in chunks of 2k (from a GSM modem).
2. Writing each chunk to Bank1.
3. Reset to DFU mode that will check if the data in Bank1 is valid.
4. If so, copy it to Bank0 and start the application.
If its possible, I would like to know how to write directly to bank1 from my application and how to reset to that DFU mode.
We are currently using SDK15.
Thanks and all the best,
Ofer.