What's the difference between KBI and IRQ?

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

What's the difference between KBI and IRQ?

跳至解决方案
961 次查看
修華許
Contributor III

I want to design a board by using MKE06Z128VLK4.

And one of my feature is that I can use a external pin to wake up the MCU from low power mode to running mode .

It seems IRQ pin and KBI pin can do it.

So what's the different ? And which one is much better for that function?

1 解答
767 次查看
david_diaz
NXP Employee
NXP Employee

Hello,

Indeed, both of the modules can be used to bring the MCU out of Stop mode.

In this case I recommend to make the decision based on the necessities of your project.             

The IRQ pins are more limited in quantity against the KBI pins, which allows up to eight pins to act as additional interrupt sources.

Please be aware about the priority levels for interrupts in case it is relevant for your application.

Hope this information will be useful for you.

Have a great day. :smileyhappy:

David.

在原帖中查看解决方案

1 回复
768 次查看
david_diaz
NXP Employee
NXP Employee

Hello,

Indeed, both of the modules can be used to bring the MCU out of Stop mode.

In this case I recommend to make the decision based on the necessities of your project.             

The IRQ pins are more limited in quantity against the KBI pins, which allows up to eight pins to act as additional interrupt sources.

Please be aware about the priority levels for interrupts in case it is relevant for your application.

Hope this information will be useful for you.

Have a great day. :smileyhappy:

David.