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