• 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"....
  • CMSIS-RTOS RTX: something like "osDelay(0)" possible?
    Hi, I like to do a manual thread switch like osDelay will switch to a new thread, but without a timeout value, simply something like osDelay(0). As far as i can see, there is an function osThreadYield...
  • netInitialize strange behavior without osDelay before
    Hello, I am currently facing some strange behaviors of a FW and I think that some of these behaviors are linked to the Network initialization (netInitialize function). Indeed, with an osDelay of 100ms...
  • Keil CMSIS RTX bootloader
    I am stuck at booting keil RTX with a boot-loader jumping. When the RTX application is loading but it goes into hard fault from svc2_3 message get keil rtx. I didn't write explicitly define SVC handler...
  • Speciality of CMSIS RTX RTOS
    Hi Experts, What is the special feature in the CMSIS ARM RTX RTOS compared to other commercial RTOS which makes the integration smoother and gives best performance ?