• 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...
  • 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...
  • Keil RTX, isn't osDelay accurate?
    Hi I'm testing RTX on TM4C129KCPDT,using CMSIS-RTOS Blinky sample soruce. I downloaded sample below.( CMSIS-RTOS Blinky sample) https://www.keil.com/dd/chip/7092.htm I set osDelay to 80ms...
  • 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"....
  • 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"....