This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52810 DFU attempt

I'm trying to set up DFU for a custom board with a nRF52810 module (Rigado BMD-330).  I created the secure bootloader from the recent project for SDK 15 posted by Vidar Berg.  All seems to be working and I can connect to the DFUTARG.  The DFU download appears to be going through the initial setup but is failing with an "INSUFFICIENT RESOURCES" message in the log file for the Execute phase.

I'm not too surprised and there's little flash space left for my application.  According to the memory map from nRFgo, the SoftDevice (s112 6.0.0) takes 100KB and the bootloader is 32 KB.  This leaves 60 KB for the application, which the compiler says is 53 KB.  I was hoping to squeeze in ...... but I guess not.

Am I totally out of luck for using OTA DFU here?

Thanks,

Max

Related