STM32H7 level interrupts
Hi AllAs to GPIO EXTI interrupts:Does the stm32h7 supports level interrupts?or just edge triggered interrupts?According to arm cortex m7 specification it should, I don’t see it on the ST documentation.What happens if I use a level triggered IO which ...