• Checking User Stack during runtime
    Hello, i'd like to know how much space I need in the Userstack Area. I'd cleard the UserStack-Section in start_v2.a66. In my 'main.c' I'd like to have a function which shows me the Userstack. Therefore...
  • Check heap & stack size during debug
    Hi, How can I check heap & stack size during debugging. I am using LPC1317 with Keil 4.54.0.0
  • STACK check
    Hi there, Iam using LPC2368 controller and Keil uVision3 IDe with the GNU compiler. I would like to know regarding the usage of Generate Stack Check Code option under Compiler menu of the Keil IDE....
  • Way to identify the static stack frame size in a program
    Hi Experts, What is the way to identify the static stack frame size of the each routines in the C program ? For example, in GCC ARM mode compiled c program the disassembly code is generated and in that...
  • Get Stack init info at runtime
    Hi, Is there any way to get information about stack and heap at runtime in a C function? I'm looking for a var/table/way to get Stack_Base, Heap_base, Stack_limit and heap_limit at runtime. That...