Question
how can i clear the pending external interrupts in STM8s003k3
Here I am using the STM8s003k mcu .
In my application,I am configuring the external interrupts for a port .
after rising the interrupt how can I clear that interrupt.
If I can not clear that interrupt the external interrupt handler only will execute.
I am not able to execute another functions .
please tell me how to clear the pending external interrupts
