No problem I'll check in my code if the value of SPMSC2 changes, but if I remember, in this case I can't go in stop mode 2, but only in stop mode 3, because the rti interrupt occours. Did you try with stop3?
I'm not sure but, looking for 802.15.4 Star Network Demo code, I found the settings for low power about SPMSC and IGC, and I saw that there is a interrupt to manage:
file : igc.c
__interrupt void FLL_Lost_Lock_ISR(void)
{
// Setup ICG module again to prevent that system hangs forever.
ICGS1 |= 0x01; // Clear FLL lost lock interrupt
// Ensure MCU clk is stable
PowerManager_WaitForPowerUp();
}
Look at SPMSC2 settings in PWRLIB.C and PWR.C, maybe you find something.