• Overflow not detected
    Note: This was originally posted on 6th September 2010 at http://forums.arm.com Hi all, I'm quite new in arm assembly programming, and I went into a odd behaviour. I'm going to multiply two numbers with...
  • How to know stack overflow
    I have a question. How to know maximum stack of my program and stack overflow? beacause my program can lock when power have unstatable.
  • how to overcome stack overflow???
    hello I am using ARM7 LPC2148. in the program I have to use recursive function. so there are lots of chances of stack overflow. how to avoid this??
  • stack overflow
    The following line of code seems to be causing inexplicable results if((PulsePeriod != 0)) As it is, this "if" block is entered despite the variable "PulsePeriod" having been immediately previously...
  • STACK OVERFLOW
    What stack size to put when using functions like fopen (in read mode) to prevent Hard Line Fault and overflowing the stack?? I tried by putting this Stack EQU 0x00040000 It didn't work!