• Question about Stack and Heap
    Hello! I lucking information about different between “stack†an “heapâ€. I read few articles about this topic but, they don’t give me god knowledge. Best regards Mark
  • newbie questions about the stack and the stack size
    Hi I have a few questions about the stack size (LPC2200 controller). E.g. in my programm is a main function with an array short example[16][500]; 16 * 500 * 4 (short) = 3,9 kByte ...
  • QUESTION ABOUT TCP/IP STACK
    HELLO ,I have a question about the TcpNet ,especially the function "tcp_send",i use the right parameters, but every time ,it run to the syserror();and the error code is ERR_MEM_FREE which means...
  • tell me about the stack frame stuff
    I have a C code. When calling function is executed first the value 75 is pushed to the stack and then value 25 is pushed to the stack. Then return address is pushed on to the stack. Return address...
  • Stack
    Hi, I want to know the order in which processor save data on stack while interrupt occurs. It will store PC, PSW, and other data i.e. registers. In which order it will save these on stack ? In...