Hello,
We need to create .bin file to perform firmware upgrade. The size of the binary is way too huge than the out or .hex file
The hex file is around 141 KB whereas the .bin is around 2.4 MB.
Following are the details:
We use F28M35H52C - the upgrade is for the DSP part. We use Code Composer Studio and C2000 toolchain for compile, build and linking.
CCS Version: Version: 7.0.0.00043
The binary file is padded with zeroes and we don't file data at the required memory location. For example: when we see the map file, we see there is function at address 0x001081F0.
When we check the content of the hex file, it is all 0's in that location.
We have checked the following forums:
We have already done all the settings - still it doesn't help.
Can you please tell us how to bring the binary file to the actual expected size.
Regards,
Lakshmi