> I wonder... what does this instruction aim for?: > > asm volatile ( "LDR LR, [LR, #+60]" ); > > What is LR+60 pointing to? Why 60? Why not 56 or 64? The stack frame is always the same, and this is the offset to the return address once the context has been restored. Regards, Richard. http://www.FreeRTOS.org
Message
Re: [lpc2000] Re: FREERTOS problem on gcc and LPC2138
2005-10-22 by FreeRTOS Info