• how to calculate total execution time of a function
    I am writing a simple RTOS i have some tasks the works with different frequencies and priorities each task is represented by a function void f1(void),..etc. f1 is higher priority than f2 and it interrupt...
  • water level metare
    pls help me to build water level meter.the one i made uses 5 probes for empty,quarter,half and full.Now a want a better design.can i use uvison and simulate something. what
  • Water Level using Capacitnace
    Hi, I am working on a sensor to measure water level in a metallic container and for this is I am using capacitance measurement. I used an timer output from my stm32f107 and I am measuring the frequency...
  • High Water Mark feature in RTX
    I'm using the RTX RTOS and I noticed that in the latest version there is a new feature which is a stack high water mark. I've been able to use this while debugging in the IDE but was wondering if there...
  • RTX stack over flow
    Hi All, STM32, RTX This may be a basic question but when using RTX and you get a os_error code OS_ERR_STK_OVF is this of the system stack or the task stack(s). I get the task that caused...