• rt_post_taskswitch not present in RTX for Cortex ?
    Hello, I have used "rt_post_taskswitch" on ARM7 type platforms, but I don't see it in RTX 4.70+ for Cortex architecture (I have the sources). Is this intentional or am I missing something?
  • 'rt_post_taskswitch' misbehaves?
    Hello, For your information: I have found that 'rt_post_taskswitch' is not invoked every task switch when using round-robin scheduling - only if tasks physically give up their time slice (by waiting...
  • Using RTX weak functions - rt_post_taskswitch() never called
    Hello I'm doing some experiments with RTX to investigate how quickly it switches between tasks and how much of the time I can make the processor (STM32F103 sleep. Following the advice in this...
  • RTX
    Hello, How would RTX fail apart from stack overflow? Currently, my software runs for approx. 10 hours and fail using RTX. I have increase the task overflow and also the interrupt and user mode...
  • RTX
    Hi I am using RTX kernel in ARM LPC 2148 microcontroller, in which i am in need to use ADC. In a task ADC cannot be worked properly it gives only initial value but it can't update the readed values...