• FreeRTOS with NXP LPC2468 and Keil
    Hello at all, I want to use FreeRTOS with the NXP LPC2468. On the website http://www.freertos.org exists only an example with the LPC2129 and Keil (look here " www.freertos.org/index.html ://interactive...
  • FreeRTOS aware debug with Keil
    Hi all, I got my project running Freertos with Keil on a STM32F7 discovery board, is it possible to have the kernel aware? i saw only support for rtx. Thanks.
  • FreeRTOS tasks & Keil
    Hi All, Is it possible to have FreeRTOS task viewer on Keil IDE? I used before the TRACE32 (LAUTERBACH) emulator and it was possible to see all OS objects informations (Nucleus) like created...
  • Problem compiling freeRTOS with Armcc v3.1.0.942
    Hi I have specific problem compiling the file "portmacro.h" from the freeRTOS source code. I get several errors, but once I get to solve at least a few, I think the rest is just some kind of repetition...
  • Cortex M3 FreeRTOS and Timers
    Hello, i using FreeRTOS on an ST Cortex M3. That works without Problems. But when i start a timer to do something autonomous from FreeRTOS the tasks doesn´t start anymore. By disabling the timer...