Content originally posted in LPCWare by lpcxpresso-support on Tue May 26 00:32:36 MST 2015
If you look in cmsis_43xx_m0app.h, you'll not see TIMER1 listed. This is because TIMER1 is not accessible from the M0 cpu, only from the M4. You'll need to use TIMER0 or TIMER3 instead. Check the NVIC chapter of the LPC43xx User Guide for more details.
Regards,
LPCXpresso Support