NO PORTB or PORTE IRQ handler in KL26/KL16?

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

NO PORTB or PORTE IRQ handler in KL26/KL16?

1,251件の閲覧回数
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,116件の閲覧回数
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,116件の閲覧回数
abhishekvishwak
Contributor II

Thanks for the reply, Daniel.

0 件の賞賛