• 8051 - compile-time stack - is stack theoretically overflow possible ?
    Hi, From the following link I have understood the compiler analyses the program and sets the stack size for the 8051. I am seeing a stack overlow when one ISR interrupts a lower priority ISR. If the...
  • 8051 - compile-time stack - is stack theoretically overflow possible ?
    Hi, From the following link I have understood the compiler analyses the program and sets the stack size for the 8051. I am seeing a stack overlow when one ISR interrupts a lower priority ISR. If the...
  • 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!
  • 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...