MSPM0C1104: how to check code size.

Part Number: MSPM0C1104


Please let us know how to check code size after compilation !is it .hex or .bin file

 

  • Hi Seema,

    You can observe the generated .map file to determine how much memory is being utilized.

    You could also manually count the number of bytes in a TI-TXT formatted hex file.

    Furthermore, if you are using CCS v20, you can view the Memory Allocation upon building like so:

    1. Build the project
    2. In the top left, navigate to View > Memory Allocation
    3. You should now be able to see this window like this that shows Memory Allocation:

    Best,

    Owen