Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error in documentation

There is an error in your documentation here:

https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_bootloader_dfu_banks.html?cp=7_1_3_5_1_2_2#lib_bootloader_dfu_appdata

Instead it should tell the user to change NRF_DFU_APP_DATA_AREA_SIZE in sdk_config.h.

Parents
  • Hi,

    Thank you for reporting this issue. It is highly appreciated!

    This definitely looks like a documentation bug, yes. There is some backward compatibility between the old DFU_APP_DATA_RESERVED and the new NRF_DFU_APP_DATA_AREA_SIZE, but from what I can tell this only goes in one direction - You can use the new define, but not the old one.

    I have registered an issue in our internal tracker.

    Regards,
    Terje

Reply
  • Hi,

    Thank you for reporting this issue. It is highly appreciated!

    This definitely looks like a documentation bug, yes. There is some backward compatibility between the old DFU_APP_DATA_RESERVED and the new NRF_DFU_APP_DATA_AREA_SIZE, but from what I can tell this only goes in one direction - You can use the new define, but not the old one.

    I have registered an issue in our internal tracker.

    Regards,
    Terje

Children
Related