This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello!,
I still programing my bootloader, and now I want to create a .bin file. I use CCS for make a .hex file, and hex2bin for create the .bin file... but the CCS generates 2 hex file... one with .hex extension, and 1 with .i01 extension. I use the Intel hex format. The .hex file contains only the low byte of eachaddress, and the .i01 contains the high byte of each address. When I execute hex2bin, I only can select one file, thus the bin file only contains high, or low, data byte... How I can fix this? Thanks!!!
Based on your tag, I see that you are using a F28x processor. Please see section 12.3.3 of the C2000 Assembly Language Tools Users Guide. That explains how and when the hex output is partitioned into multiple files. You can control the output to be a single file by passing the appropriate options to the hex converter.