Hi,
We have implemented FOTA on an nRF52dk (nRF52832) using nRF Connect SDK v1.8.0. That works fine. Now we have encountered a problem that we believe is due to a limitation on the image size to be uploaded to the flash. As we are trying to circumvent this issue, I have a few related queries related to possible solutions:
1. What's the maximum upgrade image size that can be upgraded via FOTA?
2. We believe that most of the upgrade image code is the softdevice library which is not changing. Is it possible to use FOTA to upgrade only the application code?
3. The previous DFU module will upgrade code blocks separately (bootloader, softdevice, and app). Is there a way to use the previous DFU module on the current zephyr implementation like v1.8.0?
4. I have seen that another option is to use external flash memory. Is that viable and reliable to implement? Are there any code samples for that?
Many thanks
