• When does RTX (re)evaluate which thread to run next?
    Hi, a hopefully simple example to explain the background of my question. Say, an interrupt handler is interrupting a thread "some_thread_id_A" and looks as follows: SomeIRQHandler(void) { ... some code...
  • ARM: STM32, still problems with isr_* calls?
    Hello - I'm writing a simple usart console application using RTX with MDK-ARM v3.20 on an MCBSTM32. The code ends up in either MemManage_Handler or HardFault_Handler when setting an event via isr_evt_set...
  • RTX Mutex Vs  Binary Semaphore
    Hi Experts, In CMSIS RTX how the mutex and binary semaphore is handled ? For example, in case of mutex is locked for some hardware peripheral drivers whether the task switch will be disabled ? or by any...
  • When is planned to implement an working osWait function in CMSIS-RTOS?
    Is it planned and when to implement an working osWait function in CMSIS-RTOS API?
  • Diff between RLARM RTX and CMSIS RTX
    Hi Experts, I could find two versions of RTX here. Even though i got an application note on porting RTX to CMSIS RTX I got few confusions with the below links. http://www.keil.com/support/man/docs/rlarm...