Hi,
Our setup is a new design with SDK 17.1.0 and it is expected to support DFU over BLE. We are using the nRF52832 SoC.
I am trying to understand the role that is being played by the configuration symbol: "NRF_DFU_SETTINGS_COMPATIBILITY_MODE",
I can see where it is being used to 'reinit' the DFU settings page but it is not clear to me as an end user as to when I would want to do so.
- Is this only to be used if/when updating the boot loader?
- Is it required if our product only allows an update of the main application?
- If we do not have any prior history of this product then should we even worry if we should define this to be '1'
- Why does the template available under examples\dfu\secure_bootloader\pca10040_s132_ble set this flag value to '1'
Cheers
RMV