This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cortex-M3 Thread mode stack

Note: This was originally posted on 25th August 2010 at http://forums.arm.com

Gentlemen

I am wondering if, while processing an arbitrarily nested ISR, there is a reliable way to determine which stack thread mode is using (process or main). The CONTROL register seems not appropriate since the SPSEL bit is reserved in Handler mode. The only other place I can think of is the (stacked) link register of the ISR preempting thread mode. But how do I get to it? We don't know the sizes of stack frames in between this and the current ISR. I must have missed something...

Thanks
Marcus
0