??? 08/11/07 01:28 Read: times |
#143082 - Stack overflow? Responding to: ???'s previous message |
The stack in Keil 8052 only puts return address on the stack. The nesting level is not that hard to figure out. Count the calls Plus the interrupts and their calls. Then look at the map file to see how much Idata is free.
There is also ways to do this in code. |