Hi Austin Johannes,
You can refer to our lpcopen lpc1114 code, and refer to that code to enable the interrupt.
Now take the TIMER interrupt as an example:
http://www.nxp.com/assets/downloads/data/en/software/lpcopen_v2_00a_keil_iar_nxp_lpcxpresso_11c24.zi...
After configure the according module, and enable the module interrupt, then you need to enable the according IRQ and write the according interrupt service function.

Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------