Does any body has ISR-working startup.s file for the LPCE2214 .I tried and downloaded many Startup files for LPC2214 from this site.. but ended up without success. Am using KEIL uvision evalution software to learn this. Thank you.
Philips has a VIC (vectored interrupt controller) and you need therefore not to change any settings in the startup code. Take a look to the Blinky example in the folder: c:\keil\arm\rv30\boards\keil\mcb2130. This example shows how to setup an interrupt on the Philips device (sorry it is in C and not assembly, but the concept can be also done in assembly language).