Tool/software: Code Composer Studio
Hi,
I am trying to generate hex file (Intel hex format) using the C2000 hex utility. For further processing, I need to ensure that
1. Single output hex file is generated
2.does not contain empty address spaces.
For point number 1:
I went through some posts and found that if the sections are defined in Page 0 and Page 1, the utility generates two output files. Is my understanding correct? How to generate a single hex file?
For point number 2:
I tried to use the following option to avoid any empty address space. Even then, the output map shows an empty address (for example, between ramfuncs and .econst). What I mean by that is, the ramfuncs ends at address 0x30cde and .econst section starts at 0x30ce0. I checked the .cmd file to find if these sections were defined to be placed like that. I did not find any evidence. I am not sure if this has something to do with some other setting in Code Composer Studio.
Please provide inputs to solve the issue