• 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...
  • 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 RTX on Cortex-A9
    Hi there, I'm not able to find a sure and clear answer to these questions. Is it possible to use RTX on a Cortex-A9 platform (Zinq-7000) ? What's the difference between Keil RTX and DS-5 ? Thanks...
  • I2C with Keil RTX doesn't work
    Hi When I use I2C library without Keil RTX to communicate with I2C EEPROM the program works fine, but when I start the RTX the program stuck at: while(!Status) Status=I2C_CheckEvent(I2C1, I2C_EVENT_MASTER_TRANSMITTER_MODE_SELECTED...