6.69 __set_MSP Intrinsic Function

Sets the value of the MSP register (Main Stack Pointer).

This intrinsic function can only be used in privileged mode, and is only available for Cortex-M devices.

Suggested Replacement

__set_MSP 

Caveats

None.

Examples

__set_MSP(unsigned int); 

Further Information

None.