Jump to content
43oh

Code Composer Studio upgrades are now free (revised)


Recommended Posts

On Tiva, rom function is less useful for our licensing problem, since when used with an XDS100, its free. Since there is apparently no driverlib on msp430, then we are hit hard by the code size limit. On msp432, the on board driverlib help us to get more from the size limit imposed.

 

Yes,The 430 family does not have ROM functions yet.

Just out of curiosity, do you frequently run into code size issues? Are you at the border line?Would it be beneficial to try code optimizations(0,1,2,3) to reduce code size?

Link to post
Share on other sites

I didn't run into code size limit with msp430, because i don't use them often (i only used it once in my final project). But if i could use them without code restriction, i would use them as my favorite one. The problem is not for code size, but more for data size embedded in code size, for example, string and pixel array for font and bitmap used for any display.

Link to post
Share on other sites
  • 4 weeks later...

I didn't run into code size limit with msp430, because i don't use them often (i only used it once in my final project). But if i could use them without code restriction, i would use them as my favorite one. The problem is not for code size, but more for data size embedded in code size, for example, string and pixel array for font and bitmap used for any display.

 

You could use MCP430 GCC available from CCS App Center to get around limitations.

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...