level triggering pin interrupt lpc55s16

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

level triggering pin interrupt lpc55s16

742件の閲覧回数
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 返信

711件の閲覧回数
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 件の賞賛
返信