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.

CCS/MSP430FG4618: How to set flash memory area for program?

Part Number: MSP430FG4618


Tool/software: Code Composer Studio

I want to use MSP430's flash memory as a replacement for a nonvolatile memory.

In order to do that, I think I should prevent compiler from allocating execution code to the memory location that I want to use for data storage.

How can I do that in CCS environment?