Hello,
I am currently working with nrf51840 on the 15.3 SDK. I am trying to generate some .zip dfu packages. Which I have been able to do before running nrfutil.exe.
For example I have used what i call "version 15" for which after I build I get a .hex file of size 344 KB. I can use nrfutil.exe and get a .bin of 122 KB. No problems with version 15.
For my version 16, I get a .hex file of size of 348 KB. However after I run nrfutil.exe I get a .bin file of size 869 KB. I can't figure out the dramatic change in size at the moment.
Of course with a .bin file that big I can't perform nor dual bank nor single bank firmware updates.
I think 344 KB is close to the dual bank fw update size "limit" for my setup so I was expecting to have to perform single bank updates at some point, but not this.
Does anybody have any insight into this?
Thank you