Cortex Authority Manual – OS Support Features
Shadow Stack Pointer The shadow stack pointer mechanism is crucial for the implementation of operating systems in ARM Cortex-M series processors. The Main Stack Pointer (MSP) and Process Stack Pointer (PSP) are used in different scenarios: Main Stack Pointer (MSP): The default stack pointer used for the operating system kernel and interrupt handling. In handler … Read more