• 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...
  • Tools for RTX RTOS validation
    Hi Experts, I would like to remove and customize CMSIS RTX for the Cortex-M series micro-controllers to save some code space and may be possible optimization for hobby stuffs. For illustration, removing...
  • Engineering inside RTX RTOS
    Hi Experts, I went through the code  flow of CMSIS RTX RTOS. I am excited to know the real engineering done on building the RTX RTOS towards Cortex Microcontroller series. It can be some parameters like...
  • what is def. of this fn?..
    Hello, do somebody know what do this functions in simulation support of uvision: GetTagetKey,SetTargetKey and GetExtInfo Thank you Roman
  • 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...