• Locating the stack
    Hello, Could you refresh my memory as to the linker directive that can be used to located the system stack (and the syntax when used from the IDE)? Can I use public symbols from the startup file in...
  • Check/locate Stack
    Hello, How is it possible to locate the stack (both internal and extended). Whow is it possible to check the size of allocated memory ? I would like also to put stack (only) in extended memory....
  • #define located on stack / in flash
    Hi, is it true that #define directives are located on the stack (or in the flash)? #define TEST "ein text" Or is it much better to use static unsigned char[] = "ein text"; variables...
  • ZigBee Stack for Cortex-M3
    Dear All, I am using Luminary Micro's LM3S316 chip in my design.The chip is having interface to TI's CC2420 RF Transceiver. The architecture of LM3S316 is ARM's Cortex-M3. Can any one will tell...
  • Does C51 support Extend Stack(stack located in external memory)
    I'v got a 8051 that has a extend stack pointer in sfrs(named ESP), and the stack can be located in extern memory(xdata). The new ESP sfr has 4bits, so with the old sp this 8051 gets a 12bit stack pointer...