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"?