• 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...
  • 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...
  • Error : Please select first the target
    Hi. I use EM-STM3210E development board (STM32103ZE microcontroller). I try to test a simple program but i receive the next error "C:\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(96): error : #35 : #error...
  • Error : Please select first the target
    Hi. I use EM-STM3210E development board (STM32103ZE microcontroller). I try to test a simple program but i receive the next error "C:\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(96): error : #35 : #error...
  • 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...