Hello,
I'm currently testing the bootloader with nrf52832 DK on SDK16.0.0 with Segger Embedded Studio. I followed the guide provided in this link https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader#_cptype=root and everything was working very well.
Then I moved on to try the buttonless DFU that I'm going to implement on our custom board later. So I programmed the DK with the precompiled hex file provided in \examples\dfu\secure_dfu_test_images\ble\nrf52832. On my phone with nRF Connect, it sees the DK advertising as Nordic_Buttonless.
When I try to update it with a zip file that I generated in the bootloader tutorial, it failed. But when I try to update it again this time with hrs_application_s132.zip provided in the same folder as the precompiled the "Buttonless Secure DFU with bonds" hex file, it works and the DK start advertising as Nordic HRM.
So can anyone point out why my application.zip didn't work but hrs_application_s132.zip did?