I am working with nRF5_SDK_14.2.0 ble_app_beacon example using NRF52 DK. If I have directly copy pated the readily available examples\ble_peripheral\ble_app_beacon\hex\ble_app_beacon_pca10040_s132.Hex (431 KB) file into NRF52 DK USB drive, application is working fine. If I compile the project (arm5_no_packs\ble_app_beacon_pca10040_s132) and copy paste the newly created HEX file (49 KB) from build folder into NRF52 DK USB drive then application is not working.
I am using ARM Keil MDK524a.
Readily available HEX file size is high and after build the HEX file size is low. Please help am I missing anything here during build?