BLE_OTA bin file size is too large 385M
Hi,
I am trying to replace standalone Loader from sbsfu with BLE_OTA As mention in AN5056 section 8.4.
i have change linker script as they mention but show that BLE_OTA generate only elf and hex file,so to generate .bin file i have added below command in post-build steps AC6 IDE.
arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"
It successfully generate binary but size of binary is too large. please help me how to resolve this issue.
Size of binary
Production.bin 385M
Production.hex 43K
Production.elf 2.0M
Thanks,
Arjun
