level triggering pin interrupt lpc55s16

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

level triggering pin interrupt lpc55s16

739 Views
Sathiya_T
Contributor I

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;

}

0 Kudos
Reply
1 Reply

708 Views
Pablo_Ramos
NXP Employee
NXP Employee

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.

PIN Interrupt - NXP Community

0 Kudos
Reply