NO PORTB or PORTE IRQ handler in KL26/KL16?

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

NO PORTB or PORTE IRQ handler in KL26/KL16?

1,743 次查看
abhishekvishwak
Contributor II

As per the KL26/KL16 series reference Manual, there are no IRQ handlers for PORT B and PORT E. 

But PORT A is available (irq 30) and Port C and Port D are available on One ISR (irq 31). 

I want to have PORT B and PORT E also to be used as Interrupt pins but they are unavailable to generate an ISFR bit set when they are configured as (PCR Reg using  PORT_SetPinInterruptConfig()).

Is this to say there are no Hardware module present internal to chip responsible for these ports Interrupt. ( ISFR are available but they are going to be useless) there is no hardware detection for when these port pins are asserted?

Also, is there a way to configure them at all on KL chips? As also software interrupts are also not available on KL chips/

Please Advise.

Thank you

Abhi

标签 (1)
标记 (3)
2 回复数

1,608 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Abhishek:

Yes, you are right. KL26 only supports external interrupt for PORTA,PORTC and PORTD.  No hardware support for interrupt IRQ PORTB and PORTE.

Regards

Daniel

1,608 次查看
abhishekvishwak
Contributor II

Thanks for the reply, Daniel.

0 项奖励
回复