Dear all, In my project,the internal ram is limit,but some state the ram can overlay,How can define the compiler or link option?such as following. +----------+ | area 1 | stateA | | | | |==========| stateB | area 1 | | & | overlay | area 2 | +----------+
Just search for "Overlay" in the compiler Manual. and if assembler, Just search for "Overlayable" in the assembler Manual. none of this works if optimization is set to less than 2 Erik