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?