• Are any other ways to exit Handler mode to Thread mode on Cortex M processors?
    Hi. I am developing small RTOS and I need to switch to thread mode from handler mode to do something, and this has to be done in thread mode. I am testing RTOS on Cortex-M3 and M7 for a moment. I know...
  • Are any other ways to exit Handler mode to Thread mode on Cortex M processors?
    Hi. I am developing small RTOS and I need to switch to thread mode from handler mode to do something, and this has to be done in thread mode. I am testing RTOS on Cortex-M3 and M7 for a moment. I know...
  • RTX5 dynamic thread stack size
    Hi, Is possible to let RTX5 to automatically increase the memory stack of some thread to avoid stack overflow? I thought the "global dynamic memory size" in "system configuracion" was for this...
  • RTX5 dynamic thread stack size
    Hi, Is possible to let RTX5 to automatically increase the memory stack of some thread to avoid stack overflow? I thought the "global dynamic memory size" in "system configuracion" was for this...
  • call stack + locals cant access thread
    Hi, I have a thread that is not responding for some reason (MDK ARM pro) . The thread viewer shows it is waiting (for MBX not OR as it should be) using 11% of the stack out of 84% in total. When I try...