• Critical sections on Cortex-M3
    I'm wondering a bit about implementing critical code sections on a Cortex-M3 where exceptions are not allowed due to timing constraints or concurrency issues. In my case, I'm running an LPC1758(...
  • 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...
  • Finding the critical path in the overlay process
    Hello, I have a problem of internal data memory: I am too short in it. In order to find the places which mostly affects the memory usage, I would like to find the critical path of the memory allocation...
  • How to realize critical section in CMSIS-RTOS?
    Hello. How I can realize a critical section in CMSIS-RTOS?
  • CMSIS RTOS API: Criticism, comments and CMSIS++ suggestions
    For the impatient If you ever had to do with CMSIS RTOS API and did not enjoy it, or if you felt it like a straitjacket compared to your native RTOS, well, rest assured, your're not alone. The good news...