• Stack Pointer Initialization
    We are facing a problem with keil uv3.7, the problem is like this we are using analog devices uc ADuC7026 in our target board and we are using the its internal prom,ram memories. we have slightly...
  • Initialize constant pointer to pointer
    const int an_object = 0; const int * const MC_buf = &an_object; const int * buffer = MC_buf; This code was original using structs, but it is simplified in this example. It doesn't matter where...
  • Stack Pointers
    We are using our own developed RTOS, Our developed software is working fine up to optimization level 6, but when we change the level to 8, the software was not working. We observed that the stack pointer...
  • Stack Pointer
    Hello... I need to do a malloc-like function in XDATA with stack-like characteristics . Please advise on where I can find information regarding the stack pointer that is inherent in the RAM of the...
  • stack heap initialization
    Dear Sir I don't uderstand the meaning of stack size in the startup assembler code (stm32),what is for ? I have some confusion because the file is talking about stack tailor : Amount of memory...