Hi,
I have been working on DFU ble update with nrf52840 DK.
Using the onboard buttons I'm able to go to DFU mode where as for our custom board there's no buttons and I need to switch from application to DFU mode without button press.
I tried to update the structure variable s_dfu_settings.enter_buttonless_dfu using nrf_dfu_settings_write( ); function.
But not able to compile.....how do I proceed further , please suggest.
- Thank you.