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.

Overlay Routines in CC3200

I wish to implement an overlay mechanism in which routines are dynamically loaded from and to the flash, in order to save code space.

To that end, I need the ability to allocate in advance a given amount of space in a given address in the code segment (and in the data segment) and being able to rewrite it. 

Is there a way to do this using "Code composer"?