• 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
    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...
  • Configuring stack size and direction to avoid stack overflow
    Hello, I'm using a Cortex M-4 processor (STM32F4) and I recently encountered strange behavior of my code after minor modifications that were not directly related to the problems I was seeing. ...
  • 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 after mutex but no stack is used
    Took some time this week and picked up my eval system with MCB1760 with tools to continue testing de keil IDE. I was testing a mutex when strange things happend. Normal task16 is sending and receiving...