good day,
is it possible to change the assigned DFU button (Button4) to other button or gpio in the secure bootloader example? if yes, where do i need to do it?
thanks
good day,
is it possible to change the assigned DFU button (Button4) to other button or gpio in the secure bootloader example? if yes, where do i need to do it?
thanks
Hi Kristian,
Yes, it is possible to change the DFU button.. You will need to define a different NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN in sdk_config.h in the bootloader to do this.
Best Regards,
Swathy
Hi Kristian,
Yes, it is possible to change the DFU button.. You will need to define a different NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN in sdk_config.h in the bootloader to do this.
Best Regards,
Swathy
thanks, can now enter dfu mode
is there also a way to add a delay in entering dfu mode? let's say i want to enter dfu mode 5 seconds after holding the dfu button. if its less than 5 sec, then continue with the app