Hi, I am using mcuXpresso with the config tool to setup an LPC55S69.
I want PIO1_18 to be non-maskable-interrupt.
In the user manual for the LPC55S69 it seems to indicate that this is possible, but I do not see how to do this via the configuration tools?
In the Pin Configuration "Pins" table I have set it for "PINT:PINT,0" (do I also need to set it as GPIO?)
In the Peripherals Configuration tool I can then configure the PINT for Falling edge etc.
I can also choose to "Enable callback/interrupt" - (what is the reason for being able to configure it and not enable it?)
If I enable it I can then name a callback function and handle it... but I don't see any option to make this the NMI?
Please advise?