I have four button and one external interrupt from GSensor on my demo board, and I use GPIOTE_CONFIG_IN_SENSE_TOG for button and GPIOTE_CONFIG_IN_SENSE_LOTOH for GSensor interrupt, they are all set to low accuracy for low power consumption, they function flawlessly, but now I need to replace the GSensor, and the interrupt pulse from new GSensor get short, this cause the GSensor interrupt callback can not be called, So I replace the external interrupt sense level to GPIOTE_CONFIG_IN_SENSE_HITOLO, yes, the GSensor interrupt function get called, but the button callback can not be called now. I do not know how this happen?
Another question: does the Pin interrupt using high accuracy get high power when the pulse is active or it get high power always.