Hi,
am configure the PINT registers(INTERRUPT0) for level triggering but i got the output its low trigger data
below the configuration i used:
PINT->ISEL |=0X01;
PINT->IENF |=0X01;
PINT->ISENF |=0X00;
PINT->ICENF |=0X01;
handler using PINT0_Handler()
{
PINT->IST |=0x01;
}
I see that you already made a similar question about the PIN Interrupt in the LPC55S16, I will be answering this problem on the other post.