• 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...
  • CANOPEN STACK
    Hi Has anyone written Canopen stack for SJA1000 in ANSI-C. I have come across open source Canfestival project but that's developed using gcc compiler. I am currently working on running that application...
  • RTX stack over flow
    Hi All, STM32, RTX This may be a basic question but when using RTX and you get a os_error code OS_ERR_STK_OVF is this of the system stack or the task stack(s). I get the task that caused...
  • Calculating the Stack Space
    1) Is there any method of determining whether the stack space allocated is enough for the program execution. 2) Is there any feature in UVision 2 to determing the code size generated by the hex file...