GPIO Interrupts on STM32MP1
Hi,
I am trying to interface a rotary encoder to A7 on STM32MP1.
I was able to get the CubeMx COnfiguration done and got the device tree file generated.
Also looked into this document:
https://wiki.st.com/stm32mpu/wiki/Interrupt_overview#pinctrl_irqchip
However i could not understand simply how do i detect interrupt has happened and take decision over it?
How are interrupt handler for this needs to be written?
