Is there a way to have the Expert tool add the code for the proper IRQ and IRQ_Handler to the output files?
-Kurt
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
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
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