Hi,
I'm trying to add the secure BLE bootloader(non debug, modified to run with S113, SDK 17.0.2) on a custom board with a nRF52810. I tried to DFU my main application(APP only, application uses S113) but I noticed that I got an insufficient resources error. My application size if around 45k. This post mentions that the maximum application size can be 60 kB and my app is well within that.
Can you please provide the following details:
1. Maximum possible application size which can be used with the nRF52810
2. Maximum DFU app only package size(if it is significantly different from the 1st answer)
Also, does the bootloader program the new app directly to the Flash or is it first loaded in the RAM. Asking this because I'm curious if the RAM is the bottleneck here.
Thanks
Gowtham