Interrupt does not occur when EXTI and OpenAMP used together. The board listens rpmsg channel and does not see button interrupt
Hi everyone,
I am newbie in embedded linux, sorry if I ask dummy question and I try to combine GPIO EXTI and OpenAMP examples of Stm32Mp157C-DK2. I have completely run both examples alone however when I combined them, the interrupt due to the button press does not happen and the board just listen to the remote message from the rpmsg channel when I debug. My aim is to send " Button pressed" message whenever button is pressed namely EXTI occurred. However, the board does not enter the EXTI callback.
Thank you in advance,
Halil
