2012-09-03 06:00 AM
Hi all.
I'm developping an application on stm8S105S4, requiring among other peripherals, the use of 7 EXTI interrupts. -2 on port D -3 on port B -2 on port E. Scanning the forum, i ve read there is no ITpending flag to clear for these interrupts, nor status register allowing to see which pin has set the interrupts. Is there any way to see which pin has triggered ? I still may change pinning for 2nd run to split EXT ITs on the different ports, but anyway i still need 7 and there are only 5 ports which allow interrupts.... I see a walk around by using timers in input capture mode, but it's not really power efficient... Anyone has a clue ?2012-09-05 06:28 AM
2015-02-13 02:10 AM
Hello friends,
I have problem related to external interrupt on PORTA. is PA1 in STM8S105 have external interrupt feature ? please explain in detail with reference.