Hi
1 entering deep sleep mode by calling SysCtlDeepSleep();
2 try to wake up by getting interrupt from GPIO pin
if the definition is GPIOIntTypeSet(GPIO_PORTA_BASE, EMERGENCY_SWITCH,GPIO_BOTH_EDGES); dosn't wake up
but if the definition is GPIOIntTypeSet(GPIO_PORTA_BASE, EMERGENCY_SWITCH,GPIO_LOW_LEVEL); wakes up all the time
thanks