Part Number: CC2640
Tool/software: TI-RTOS
Hello,
I am working on pin interrupts,
here I configured PIN interrupts and it's working fine,
here problem is multiple interrupts in capacitive sensor,
here I want one interrupt at one time and all other interrupts must be discarded, in my design cap sensors are very near to each other so if user don't touch it carefully it will generate multiple interrupts,
now I have to make this system robust,
if multiple touch are there and multiple interrupts occurs i want any one capacitive touch should work,
as I am using PIN interrupt after completing one ISR other pending interrupt will start implement it's ISR.
QUESTION:
Is there any method to discard pending interrupts?
if it's there tell me how to implement it?