Bin file size is too large
Hi,
I want to generate .bin file of BLE_OTA example.
i have added below command in post-build steps AC6 IDE.
arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"
It generate binary successfully but it's size is too larger than .elf and .hex, Please help me to resolve the above issue
Files size
Production.bin 385M
Production.hex 43K
Production.elf 2.0M
Thanks,
Arjun