Part Number: MSPM0G3507
Tool/software:
Hi Ti Team,
I am currently working with the MSPM0G3507 MCU and using CCS 12.7.1. I would like my project to generate a HEX file where the byte count is 0x10, instead of the default 0x20.
To achieve this, I went into CCS and set the following:
Project -> Properties -> Arm Hex Utility -> Specify memory width (--memwidth, -memwidth) to 16.
However, after building, the resulting HEX file still has a byte count of 0x20.
Is it possible to configure CCS to generate a HEX file with the 0x10 byte count format I need?