Hello @Balaji_KG
I tested your project with lpcxpresso804 board, the PINT with High level interrupt works well.
You can set a breakpoint in PIN_INT0 interrupt function as below:
When input high level on pio0_13 pin, will enter this interrupt function.
BR
Alice
Hello @Balaji_KG
I tested your project with lpcxpresso804 board, the PINT with High level interrupt works well.
You can set a breakpoint in PIN_INT0 interrupt function as below:
When input high level on pio0_13 pin, will enter this interrupt function.
BR
Alice
Dear @Alice_Yang ,
I checked the demo code through MCU expresso IDE. In that I configured GPIO pin and all registers properly. still, Level triggering not working but edge triggering is working properly.
Hello @Balaji_KG
How do you test on LPCopen demo? How about change to another pin?
And please check all the related registers configured correctlly.
BR
Alice