Part Number: TM4C1290NCPDT
Tool/software:
I’m working on a project that involve the TI microcontroller TM4C1290NCPDT and I’m using the CodeComposerStudio Version: 12.8.0.00012.
I need to create the .hex file as a build product but I’m facing a problem probably due to a bad configuration:
the hex file created has too much flash blocks separation and 96byte jump between each block:

………..

but the .cmd linker file (.txt file attached here – file extension changed due to email restrictions) has only 4 flash blocks described:
In order to create the .hex file product I set up the following options in CCS:
- Enabled Arm Hex Utility:

- Specified output file name:

- Set output format Intel hex:

These are the linker settings:

This is the building log:

I can’t understand the warnings.
Could you please help me to solve this issue?



