Hi,
I am using NRF52832 sdk 15.2.0.
I am trying to do a device firmware update by following this link: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader#h44sjziaea6x739chl3s2bk6zz9163
I have successfully finished up to step D. I used blinky as my application zip and upto that point everything was successful. In my development kit I have only 2 buttons so I set button 4 as dfu button here: NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN. Then I created an updated application zip and pressed that button in the dk to update it. It is not entering into DFU mode. What is it that I am doing wrong. Please help.