• external stack
    Hello, 1)I would like to check the stack of the reentrant function in order to know that i don't have any overflow. Do you know how i can do it? 2) Is it possible to use an external stack (stack in...
  • Run stack from external Memory
    Hello All I am working on a project using a STR912 ARM9 core microcontroller with 96k internal RAM. I also have a external RAM with 1MB. Since i begin to run low on internal RAM, i want to transfer...
  • 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...
  • Can I Simulate External Memory?
    I'm using uVision to test a program I am writing for a project and I was wondering if there was anyway I can put value in some sort of external memory so I can test that my program is reading from those...
  • STM32F103 RTX Using External Memory for Stack and Heap
    How do I setup Keil uVision to use external memory for stack and heap functionality? From what I have gather reading various posts on the forum the order of processor execution is: Startup.s...