A callback() for GPIO in the A7-core on the Linux side of the STM32MP157F
Hello,
I'm working with STM32MP1-DK2. I want to run a project on it.
I need to implement a callback function in the A7-core (Linux side) to read a pin whenever a signal comes in (on the rising or falling edges).
Actually, I need to have a callback() function to read the incoming signal and do something after that. I don't know how to implement the callback() for a pin from a GPIO port for my STM32MP157F. I would be grateful if you could give me a hand with it.
Best,
Saeed
