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 question:
Once I have enabled the EXTI for a certain GPIO in input mode, then change the GPIO mode to output, then back to input, do I have to re-enable the EXTI somehow, or is it still working as before?
Thanks in advance!
