Cannot trigger ExInt with TRK-KEA128

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

Cannot trigger ExInt with TRK-KEA128

ソリューションへジャンプ
1,476件の閲覧回数
kuanyuenliao
Contributor II

Hi all,

    I am testing External Interrupt function with TRK-KEA128 now, but there never trigger the isr so need help.

1) Using CW10.6, ProcessorExpert to generate ExInt

2) Could only choose PTI4 for input (why? datasheet says PTI0~PTI6 could be set)

3) Input waveform with 10KHz, 1us width, 5V amplitude.

   Any help is appreciated.

ラベル(2)
0 件の賞賛
返信
1 解決策
1,345件の閲覧回数
isaacavila
NXP Employee
NXP Employee

Hello KuanYuen,

How are you configuring the IRQ module because I can use PTI0 ~ PTI6 as IRQ pin and it works well? Here is the Init_IRQ component configuration:

IRQ configuration.jpg

I created a simple project where i trigger the IRQ everytime a '0' logic is presented in PTI0. On the ISR, i toggle the blue LED. Attach is the project that I used for testing it.

I hope this helps.

Best Regards,

Isaac

----------------------------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

----------------------------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,346件の閲覧回数
isaacavila
NXP Employee
NXP Employee

Hello KuanYuen,

How are you configuring the IRQ module because I can use PTI0 ~ PTI6 as IRQ pin and it works well? Here is the Init_IRQ component configuration:

IRQ configuration.jpg

I created a simple project where i trigger the IRQ everytime a '0' logic is presented in PTI0. On the ISR, i toggle the blue LED. Attach is the project that I used for testing it.

I hope this helps.

Best Regards,

Isaac

----------------------------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

----------------------------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
1,345件の閲覧回数
kuanyuenliao
Contributor II

Thanks isaacavila, your setup is worked.

Somehow I don't understand why the ExInt module that I used doesn't work.

nofunction.png

0 件の賞賛
返信