Problem with External intetrupt flag clearing
Hello guys.
I've recently downloaded ST standard libraries for stm8s series and working with the functions.
In cube mx version when we called an interrupt the callback function automatically was executed and after that, the flag was cleared in IRQ HANDLER function at the end of the interrupt.
But in the standard library for stm8 I can't find any functions that have the flag clearing in the interrupts.
Would you please explain me how can I manage this?
