Tool/software: Code Composer Studio
Hi,
I want to convert COFF object file, built for target processor TMS320c6713; to ascii hex. The boot is 8-bit external ROM boot via CE1 space. I have two questions:
1. The Processor is 32-bit so -memwidth will be equal to 8. thus the generated file will be 4 (as -romwidth = 8). How will i burn these 4 files to 8-bit ROM? do i have to convert it to single .hex file or what? can we specify the -memwidth = 8 and -romwidth = 8 for TMS320c6713?
2. Does hex utility automatically adds secondary bootloader to hex file and create copy table or do we have to supply custom bootloader and the hex utility will only create copy table as per the given options.
Kind Regards,