• 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?
  • 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...
  • My first STM32 code - please criticize me
    I have just wrote my first code on STM32 using Keil software - blinking LED. It combines a fragments from different sources so it can look really horrible. Please criticize me so I can learn how to write...
  • disable enable all interrupts (critical code zone)
    I work with the AT91 controller from atmel, which managed all interrups by the Advanced Interrupt Controller (AIC). I've critical code zone, where no interrups should be occured. unsigned int...