Hi all.
The current devices we are developing are made with NRF52832 based on the NRF SDK v16. We also plan to use the Wirepas stack.
Initially, we want to implement support for OTA DFU upgrades from the NRF SDK stack to the Wirepas stack.
In this regard, we have a number of questions:
1 Can we use the image which contains the Wirepas SDK as an application when creating the zip file for the OTA DFU (secure bootloader).
Perhaps there is a recommendation for this operation.
2 Can we change the Flash memory layout for the NRF SDK. I.e. e.g. MBR + Softdevice moves from the start of the Flash memory to another area.
Are there any recommendations on this?. Would there be any problems with interrupt handling in this case?. I.e. on the starting address, we want to place either Wirepas bootloader or our own bootloader. This is still at the discussion stage.
Thanks in advance for the answer.