• Time spent per task in RTX
    While running a multi-threaded system on coretx-M0+ using RTX, I want to measure percentage of time spent in each task on the CPU and time spent in idle task. Can anyone suggest a way to do that?
  • 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 tasks
    Hi, I try RTX RL-ARM and I would like to know if the only way for task switching is by round-robin. Best regards.
  • Behavior of idle
    Hi, whats the behavior of idle regarding CAPCOM units? I observed the following: I have a 1 ms timer and a Sleep function based on the timer. The sleep function checks the elapsed time and if not...
  • watchdog timer in idle mode
    Could someone of you explain me a common way to restore the register value of the watchdog timer? I'm working with the LPC2214 controller. At the beginning of the programm I initialize everyting...