• 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
  • Where and how we define :DEF:__EVAL and :DEF:__RTX
    Hi, I am looking at an example of project for Samsung board S3C440 using IDE Keil uVision v4.50.0.0 In S3C2440.S: file they are using symbol __EVAL as given below IF :DEF:__EVAL DCD 0x4000...