What's the role of Bootloader Settings ?
What's the role of Bootloader Settings ?
Hello,
The bootloader uses the settings page for state keeping and storing of information such as current bank layout (e.g., if a valid application is present). Bootloader accesses and updates the flash page at runtime during DFU. Reason for storing it to flash is that the settings data need to be persistent across resets.
Here is the settings structure: http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/structnrf__dfu__settings__t.html?cp=4_0_0_6_11_3_1_5_4
Hello,
The bootloader uses the settings page for state keeping and storing of information such as current bank layout (e.g., if a valid application is present). Bootloader accesses and updates the flash page at runtime during DFU. Reason for storing it to flash is that the settings data need to be persistent across resets.
Here is the settings structure: http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/structnrf__dfu__settings__t.html?cp=4_0_0_6_11_3_1_5_4