Kinetis Expert pre-configure Input Pin as Interrupt

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

Kinetis Expert pre-configure Input Pin as Interrupt

1,483 次查看
kurtjordan
Contributor I

Is there a way to have the Expert tool add the code for the proper IRQ and IRQ_Handler to the output files?

-Kurt

标签 (1)
0 项奖励
3 回复数

958 次查看
jorge_a_vazquez
NXP Employee
NXP Employee

Hi Kurt

No, this config tools are meat to help in the pin muxing and clock initialization, but at the moment it does not take care of the drivers management. I recommend you to check following links:

Kinetis Expert System Configuration Tools V2 with Clocks Tool now available! 

Tutorial: Muxing with the New NXP Pins Tool | MCU on Eclipse 

NXP MCUXpresso Software and Tools with Clocks Tool | MCU on Eclipse 

Hope this information could help you,

Best Regards

Jorge Alcala

0 项奖励

958 次查看
kurtjordan
Contributor I

Jorge,

I can understand this to a point.

Does it not make sense though that if you are configuring a pin for a driver that the IRQ for that driver is listed?

-Kurt

0 项奖励

958 次查看
jorge_a_vazquez
NXP Employee
NXP Employee

Hi Kurt

This is because with the Pin Tool you only set pins as their are going to work, you don't configure drivers initialization, in this case GPIO driver. It is different to configure the pin to work with a MCU module, to configure the MCU module, with Pin tool you only configure the pin, not the Module.

Hope this could clarify your doubt.

Best Regards

Jorge Alcala

0 项奖励