FRDM-MCXN947 what can I do, if i want to get the gpio pin interrupt by slave mcu (such as gpio0 pin6)
Solved! Go to Solution.
Hello @Steven_Tai
I suggest you referring SDK demo code pin interrupt. I believe it will help you.
Best Regards
Jun Zhang
Hello @Steven_Tai
I suggest you referring SDK demo code pin interrupt. I believe it will help you.
Best Regards
Jun Zhang
how to use the GPIO00 interrupt slave mcu directly without pinmux? I was failed with GPIO00_Interrupt to slave mcu.
If pin interrupt is needed, we must configure PINT_SEL registers in the INPUTMUX module to make sure the pin served as PINT function.