Hi,
Our products encountered some problems when doing air upgrades.
- chip: nRF52832
- sdk: 17.0.2

The picture above is the switch circuit part of our schematic diagram
When the application program receives the user's DFU instruction, it will call the NVIC_SystemReset(); function to reset the chip. At this time, all the pins on the chip will restore the default state, including my POWER_CTRL. Battery will stop supplying power to the chip once the POWER_CTRL pin is powered off. At this time, the capacitor to ground will supply power to the chip for a short time to ensure that the chip can enter the BootLoader. After entering the BootLoader, I will immediately pull the POWER_CTRL pin high.
The phenomenon I have encountered now is that the low level duration of the 14.0 sdkPOWER_CTRL pin is shorter, and the 17.0.2 version of the sdkPOWER_CTRL low level lasts longer. I would like to ask whether the 17.0.2 version of the SDK will do more before entering the BootLoader?

