Hi
We are working on the secure DFU. The issue is that the NRF52832 chip resets when switch to the DFU mode. All the GPIOs are turned off during reset. However, one of the GPIOs is to turn on the main regulator in order to power on the board.
How to keep the GPIO always on during the DFU process? I set the GPIO on in the bootloader and application but it still turns off when switching to DFU mode.
Thanks,
Face