How to configure pin to generate interrupt to M7 core on iMXrt1170

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to configure pin to generate interrupt to M7 core on iMXrt1170

418 Views
marcopietrivt
Contributor I

I would like to have an interrupt enabled when a GPIO change state on a board featuring iMXrt1170.

I would like the interrupt to be handled by the M7 core.

As an example, I would like to have an interrupt when pin GPIO9.16 change state.

I can't find an example on how to configure this on the M7 core.

How could I configure the GPIO for this scenario?

Thanks

0 Kudos
Reply
1 Reply

381 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @marcopietrivt,

You can find an example of how to implement an input interruption for the CM7 on the MIMXRT1170-EVKB SDK. The example is called "igpio_input_interrupt_cm7":

EdwinHz_0-1742502692539.png

Please download the SDK from the following link: Select Board | MCUXpresso SDK Builder

BR,
Edwin.

 

0 Kudos
Reply