Resolved! GPIO & EXTI: switching between input & output
Heyho,I'm currently using a GPIO on a STM32L031 for a custom 1-wire interface, which means it's switching all the time between input and output mode (open drain).So far I have learned that the EXTI interrupt only works with GPIOs in input mode.My que...