Please let us know how to check code size after compilation !is it .hex or .bin file
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:

Best,
Owen