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.
sorry, but what is 'ISR-working'? the standard Philips Startup.S file in the folder ..\Startup\Philips should work just fine. Reinhard
I am trying to work on TIMER0 ISR in LPC2214 . But failed to jump to ISR..but able to work in polling mode.. "ISR-working startup.c file" mean to say that do we need to change any thing in the standard philips startup.s file to work on ISR.. Thanks
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).