• RTX Critical Sections
    Hi, I am trying to port a library that is working with FreeRTOS to RTX. The microcontroller is the same: STM32F4. The library uses critical sections. I have tried using the same implementation for...
  • RTX Critical Sections
    Hi, I am trying to port a library that is working with FreeRTOS to RTX. The microcontroller is the same: STM32F4. The library uses critical sections. I have tried using the same implementation for...
  • How to realize critical section in CMSIS-RTOS?
    Hello. How I can realize a critical section in CMSIS-RTOS?
  • How to realize critical section in CMSIS-RTOS?
    Hello. How I can realize a critical section in CMSIS-RTOS?
  • Using Bit variable in saftey critical application
    Hi, I have doubt regarding bit fields in Keil C. Suppose I am having variable alaram: bit Alaram=0; Alaram=P0^1; if(Alaram==1) { produceAlaram(); } whether there is any chance of bit toggling...