• 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...
  • 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...
  • stack unwinding, where and how to
    Hello. I have situation where I end up in exception and LR register points to invalid address. uC core is ARM7TDMI and RTX is used. I would like to check stack content and find out what functions...
  • stack unwinding, where and how to
    Hello. I have situation where I end up in exception and LR register points to invalid address. uC core is ARM7TDMI and RTX is used. I would like to check stack content and find out what functions...
  • ARM: initial stack pointer
    Greetings, I've recently encountered some problems with setting up initial stack pointer correctly. Im working on STM32F746IG with 320 kB of embedden RAM memory. According to memory map,...