level triggering pin interrupt lpc55s16

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

level triggering pin interrupt lpc55s16

744 次查看
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 项奖励
回复
1 回复

713 次查看
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 项奖励
回复