I want to use bootloader for nRF52811.
On nRF5 SDK 17,
exmaples/dfu/secure_bootloader/pca10056e_s112_ble/config/sdk_config.h
#define NRF_DFU_APP_DATA_AREA_SIZE 8192
But,
exmaples/dfu/secure_bootloader/pca10056_s140_ble/config/sdk_config.h
#define NRF_DFU_APP_DATA_AREA_SIZE 12288
I use FDS in my application. (3pages flash)
Should I change the value of NRF_DFU_APP_DATA_AREA_SIZE from 8192 to 12288?
Why is it 8192 bytes instead of 12288 in nRF52811?