• RTX stack overflow check problem
    I've now spent a lot of time debugging a problem/issue with the built-in stack overflow check in the RTX OS. In my project I have a task that receives input from a UART (LPC 2368). The chacacters...
  • Checking for stack overflow
    Hi, I wonder what mechanism I can use to check a stack overflow. My company develops systems that should shut down if anything uncontrollable occurs. We are using the STM32F103 micro controller and...
  • How to check overflow
    Hi 8051 Gurus, The question i have is general C question and not specific to any chip. I have two variables of long type, which is the maximum storage size supported. I want to know whether it will...
  • Checking RTX Idle time
    I am using MDK-ARM 4.60. In earlier versions I was able to use rt_post_taskswitch along with os_idle_demon as a way to monitor idle time (toggle an output, view with a scope). Now, rt_post_taskswitch...
  • RTX, check if task is running
    Hi guys, I'm using the Keil RTX (RTOS) and I would like to ask, how to check if a particular task is running or not? In another words, I need to get the state of the task. I've searched though the...