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() fun...