Ok I am using GPIO interrupt and want absolute power saving but when I set the GPIO_INTERRUPT_HIGH_ACCURACY to true it works fine but when I set GPIO_INTERRUPT_HIGH_ACCURACY to false (low accuracy with power saving) the I receive only one interrupt and then my LED stays on (like no other interrupt was detected)
What could be the possible issues in low accuracy mode?