Hi,
I am looking at this page for nRF25832 https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_bootloader.html

and I notice that the Application area (incl. free space) is 0x00026000 - 0x00078000 (328 kB = 0x52000). However, looking at SDK 17.1.0 for ble_app_beacon_pca10040_s132 it can be observed that the FLASH_SIZE = 0x5A000. This is also true for some of the other SDK examples that I checked.
Why are the SDK examples having an excess of (0x5A000 - 0x52000 = 0x8000) 32kB? Is this a bug in all SDK examples or the documentation?

Kindly help me understand this better.
Thanks