This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F2011: how to remove the 22 bytes constant when compiling with Code Composer Studio?

Part Number: MSP430F2011

I'm using a MSP430F2011 and I need every byte in the flash. I noticed there is a 22 bytes string constant:

Looks like a GUID. I didn't define it. How can I remove it?

Are there other ways to optimized the program for size? I'm using -O4 already.

  • Looks like it is a generated identifier, which combines strings, when I use the global optimization, because it changes the length, when I add characters to a string. But I need still 100 bytes when I compile the full code, maybe I have to write some parts in assembler.

**Attention** This is a public forum