• Timer Delay: CMSIS-RTOS RTX
    Hello, I have a problem with CMSIS-RTOS RTX. My program works through the main()-function and after that it jumps to the Timer_Callback()-function. I didn't understand why I must define a timerDelay...
  • Delays in RTX kernel and configuration
    Hi, Iam working on LPC248 OEM board ,where iam testing the delays in RTX kernel. In configuration file i set the value as shown below. #define OS_TICK 10000 Can anybody explain what is the...
  • RTX RTOS available for ARM9?
    I am looking into using a processor made by Cypress Semiconductor, the EZ-USB FX3, which uses an ARM926EJ-S core. Is there a port of the RTX RTOS available for this core? Thanks, Doug Burrell ...
  • RTX with CMSIS-RTOS API
    Hello, what is the difference between the original RTX version and the CMSIS-API version? Is it the same kernel? Any performance differences? /Peter
  • problem with cmsis::rtx rtos
    hi to all i am new in mdk5 and i want create a project with mdk5 and using cmsis::rtx rtos, i wrote a simple blinky program with cmsis::rtx and work well in simulator, but when i deploy it in my board...