Jump to content
43oh

Program size


Recommended Posts

Check out your map file.

 

The map file basically shows how each part of your program was allocated to the available memory.  This makes it easy to tell which parts of memory you are filling up and which parts you have more space.

 

Opening the map file can easily be done by looking in the build folder.  Typically in CCS these are named "Debug" or "Release" by default, but in the LaunchPad projects these are named "RAM" and "Flash".  Look for the file with the "map" extension and open it.

 

Let me know if you need help interpreting it.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...