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.

2.hex files generated

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!!!