I am using the LPCXpresso860-MAX EVK and developing my application in MCUXpressoIDE. I plan to write a custom interrupt-based application. I would like to know if the ISR (Interrupt Service Routine) function will be automatically generated by the IDE, or do I need to manually implement the ISR for handling interrupts? Any guidance on how to properly configure and implement interrupts in this setup would be appreciated.
Thanks Reebin