• 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?
  • RTX using rt_post_taskswitch
    Hi, Has anyone got to hook rt_post_taskswitch()? I am using Keil and RTX. I want to check the timing of task swithcing (but not from the tasks themselves). Onthis forum I have found out that rt_post_taskswitch...
  • '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...
  • Why the interrupt function never called
    I am working with Cypress ez-usb development board. The problem come to me is that a FIFO internal interrupt function never be called. What could be the problem? It supouse to write some data to enpoint...
  • STM32: MSC_MemoryVerify will be never called
    Hi, could someone tell me why the function MSC_MemoryVerify (using STM32F103 and windows xp) will be never called during or after writing a file to the mass storage device? I thought after writing...