Hi,
The DFU process is working correctly and I've tried downgrading the app version which throws the expected error, so it is stored someplace
Accessing via the recommended:
static nrf_dfu_settings_t *p_dfu_settings = (nrf_dfu_settings_t *) FLASH_BOOTLOADERSETTINGS_START; // FLASH_BOOTLOADERSETTINGS_START=0x0002F000 device.firmware.version = p_dfu_settings->app_version;
Returns a value of zero.
Thanks,
Andrew