• problem specifying stack with os_sys_init_user
    Dear Community. I'm developing an application on NPC1788 Cortex M3 architecture (specifically an Embedded Artists LPC1788-32 Developer's Kit.) I'm using Keil U-Link as my IDE deploy/test environment...
  • 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!
  • Checking for stack overflow
    Hi, I wonder what mechanism I can use to check a stack overflow. My company develops systems that should shut down if anything uncontrollable occurs. We are using the STM32F103 micro controller and...
  • 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??