Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Maximum possible application size for DFU on the nRF52810

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

Parents
  • Hi Einar,

    Thanks for the quick reply and clearing this up. I was able to reduce the size of my application by disabling the logging module and then was able to DFU it. 

    I would like to clarify one more thing. Are the 3 reserved pages used for anything vital to BLE operation? I am not using bonding in my application. I would like to use 1 page for storing some application data in real time but would like to use only fstorage and not FDS.

    Thank

    Gowtham

Reply
  • Hi Einar,

    Thanks for the quick reply and clearing this up. I was able to reduce the size of my application by disabling the logging module and then was able to DFU it. 

    I would like to clarify one more thing. Are the 3 reserved pages used for anything vital to BLE operation? I am not using bonding in my application. I would like to use 1 page for storing some application data in real time but would like to use only fstorage and not FDS.

    Thank

    Gowtham

Children
No Data
Related