• 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...
  • 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 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 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?
  • 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...