• Keil CMSIS RTX V4.82.0 - osDelay question
    A question regarding use of osDelay(). In case only one task is active/running and this task calls osDelay(10). Will this task delay? Will scheduler switch to idle task for 10 ticks? If not: How to delay...
  • Is there something like sizeof(function) ?
    Note: This was originally posted on 7th May 2009 at http://forums.arm.com I want to do IAP (In-Application Programming). In order to do this, I will copy several C functions from IROM to IRAM and then...
  • Keil RTX V4.82; Cortex-M0+, osDelay() not working
    Hi, want to use RTX V4.82 on STM32G071 Nucleo board. Two threads running, one thread calls osDelay(250)... and goes into os_error(). This because in cmsis_os.h there is osFeature_Wait defined as "0"....
  • 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...