I have developed an bootloader operating with external flash for image storage. For the use case it is not acceptable to put the device into an inoperable (no-application) state while receiving an application over BLE, therefore during a softdevice update both the softdevice+bootloader and application are stored in external flash before the DFU procedure begins transferring data.
I ran into quite a few unexpected issues around the sd_req check, that I believe I have worked around. I now need to perform tests that demonstrate the softdevice/bootloader/application update without breaking. Since I built my code based on the latest SDK, my test is already starting with the latest version of the SDK. Is there someplace I can download an SDK with version greater than 7.0.1?