There is an error in your documentation here:
Instead it should tell the user to change NRF_DFU_APP_DATA_AREA_SIZE in sdk_config.h.
There is an error in your documentation here:
Instead it should tell the user to change NRF_DFU_APP_DATA_AREA_SIZE in sdk_config.h.
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
Yes I don’t think you can continue to use the old definition. Thanks!