Hello,
I am trying to make a .bin file for my bootloader code and for my app code. I have been able to successfully create a .bin file for my app code (~101 KB) when auto ECC generation was enabled; however, once I added in linker generated ECC into the app code's LCF and into the bootloader's LCF and disabled auto ECC generation, it causes the build to make huge .bin files (~3.9 GB). It looks like the .bin file is filling the memory space in between my app/bootloader data and the ECC (which is a vast range) with 0s.
1. Why is the tiobj2bin utility yielding such a large .bin file (filled with 0s)?
2. Are there any revisions that I can make to my LCFs to reduce the .bin file sizes?
I appreciate your time and assistance.
Thanks,
Vicki