• ARM stack unwinding
    Hi all, Any idea how to perform ARM stack unwinding since cortex-m3 does not have frame pointer? Compiler used is ARMCC. Thanks in advance.
  • ARM: deleting a task and stack unwinding
    Hello! I have a question about os_tsk_delete() function from keil. I am wondering what happens to task's stack when you call the delete function. Does it unwinds like normal functions when they return...
  • Where is the stack?
    I have a few questions that may be related. I'm using a Cygnal C8051F021 which has 4352 bytes of XRAM. I have a c program using the LARGE memory model and am wondering how much stack I am using. I guess...
  • From where the Call Stack window information is read?
    Dear Keil MDK-ARM uVision support, I'm using Keil MDK-ARM uVision 5.14 for ARM Cortex-M3 core, STM32F103 device. From time to time we get a HardFault exception. We know that if the debugger...
  • Where to find the stack info used in keil c?
    i am not sure if the stack is overflow in my project. thank a lot!