This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to invert/handle level-triggered interrupt?

Other Parts Discussed in Thread: AM3352

Hi all,

I am trying to handle the nNMI interrupt on my AM3352 board. I have attached a button to the nNMI interrupt. The documentation says the signal is active low but the current hardware setup is when the button is not pressed, the signal is active low. So at the moment I am receiving the interrupt constantly when the button is not pressed and it only stops when the button has been pressed. Can I do anything to reverse the functionality? I have tried different combinations in the request_any_context_irq but the behavior is the same.

Regards,

Marlon