3.3.9 Frame Pointer
MSP430 does not use a frame pointer. This effectively limits a single call frame to 0x7fff bytes, which is the minimum SP offset supported by any instruction
We do allow user to manually enable frame pointer. GCC toolchain uses the same behavior.