I am usin the nrf52840 with USB DFU on the nrf52840 dongle. I want to use the DFU since I may be needing the reset button or will not be configuring it. If I don't configure the bsp.c for the reset button will the nrf52840 still go into bootloader when I press the reset button(can me modifying something in the application cause the nrf52840 to not go into bootloader)?
When I tried to compile the bootloader application(dfu\open_bootloader\pca10059_usb_debug\ses) for the nrf52840 pca10059 it looks like the flash used became very large. Why is this? I am using the 15.3 SDK. I did not make any changes.
If I want to integrate DFU USB into blinky what changes do I have to make in SES?