I've tried googling, but nothing seems to quite help.
When I simply enabled MCUBOOT for a sample project on the nRF52840DK_nRF52840 board, I can get it working just fine. However, for my purposes, I would like to enter DFU mode via GPIO and so I think I need to enable "CONFIG_BOOT_USB_DFU_GPIO". When I do so, however, I seem to run out of FLASH for MCUBOOT -- citing something like 9kB over. I have everything else setup as default. any ideas?
note: I've been enabling CONFIG_BOOT_USB_DFU_GPIO, by adding "child_image/mcuboot.conf" to the sample project to append the config variable. But I've also just tried building MCUBoot separately and adding the config to the "proj.conf" file directly -- no such luck.
Right now I'm trying the minimal configuration file with the above configuration...but I'm running into undefined symbols that all look timing related. Attempting to toggle some configs in the minimal configuration file now...