Regarding DFU upgrade, I have the following questions(sdk14.2):
1.nrf52832 will be paired and bound after connecting with the mobile phone, then in the sdk_config.h file NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS is not necessarily set to 1, not set to 1 what will be the consequences?
2. I added buttonless dfu to my program code, but the ble_dfu_buttonless_async_svci_init() function returns the error NRF_ERROR_NO_MEM, I have defined NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS as 1, how do I need to modify it?
3. When debugging the program, I burned the protocol stack and the BootLoader program and debug it in Keil. I can't run it. What are the possible reasons? Should I program the BootLoader program when debugging?