Kinetis Expert pre-configure Input Pin as Interrupt

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kinetis Expert pre-configure Input Pin as Interrupt

1,437 Views
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

Labels (1)
0 Kudos
3 Replies

912 Views
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 Kudos

912 Views
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 Kudos

912 Views
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 Kudos