tenbaht / sduino

An Arduino-like programming API for the STM8
http://tenbaht.github.io/sduino/
GNU Lesser General Public License v2.1
351 stars 217 forks source link

PA1 on the STM8S105x4/6 cannot be an interrupt #134

Open dirkx opened 2 years ago

dirkx commented 2 years ago

Currently you can configure PA1 with attachInterrupt() without error/warning - even though it cannot be a IRQ; see the small footnote on page45, table 10 of https://www.st.com/resource/en/datasheet/stm8s105c4.pdf (Rev 15).