Hi all
How ISR interrupt service routine is written in C ? In an ARM based micro micro, all is said in the app note is the phisical address that the PC will jump to in case of interrupt
So how this data is used to write a proper ISR in the C code ?
Thanks Elico
So - you have a specific processor in mind?
And you have look at the sample programs available for that specific processor?
Examine files in the ARM\Examples and ARM\Boards sub-directories, sure to be a crate-load of examples if you look.
Plus any decent text on ARM7, ARM9, Cortex-Mx has some coverage of such topics, review.
eg, http://www.keil.com/books/armbooks.asp
http://infocentre.arm.com
Just saying "ARM" is not sufficient; eg, Cortex-M is significantly different from ARM7 in this respect