hi,
I am using lpc2144. I have written a code to push the link register value onto stack using inline assembler in c program i.e., __asm {STMFD SP!,{LR};}. For this code i am getting compiler errors that SP and LR are undefined identifier. Please help me to do this task...
Thank You,
Annapurna
This is the code used in a macro to handle nested interrupts.