The Compiler user guide says "The.text section contains all the executable code." Is it possible to place certain selected portions of the executable .text code in different named memory areas? I would like to keep certain functions in an area of memory that I can use for temporary storage during a firmware upgrade process. The other functions would need to continue to run normally during the firmware upgrade. Since the DSP will experience a power-on reset after the upgrade this should alleviate any potential scrambled code.