This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Dear SupportTeam,
Input signal is a pulse, we need an interrupt to be triggered on first rising edge only. Can I disable an interrupt(GPIO_disableInt) from ISR on receiving first interrupt?
There will be multiple instances when such pulsed input signals need to be processed and there are definite operations that would trigger these pulses, so I know when to re-enable an interrupt.
Is there any better way to handle this scenario?
Thank you for your answer.
Regards
Abhijit
Input signal is a pulse, we need an interrupt to be triggered on first rising edge only. Can I disable an interrupt(GPIO_disableInt) from ISR on receiving first interrupt?
Yes, you can disable the interrupt after the first pulse.