• Problem in creating more than 6 task in freertos
    Hi all, I am using tm4c129encpdt controller. I have copied freeRTOS demo code from TIVA 2.1. I have created 6 empty task they are running fine,but when i create 7th task controller gets hanged at...
  • 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 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 compilation error in Keil
    Hello, I am building FreeRTOS project. Compilation goes well. No warning, no errors. But Dynamic Syntax Checker lights error. FreeRTOS.h -> "error in include chain (portmacro.h): use of undeclared...
  • SQLITE Porting on FreeRTOS with STM32
    Hi I am trying to port sqlite3 VFS implementation on freertos with stm32. I have created an amalgamation with sqlite3 version 3.12 base code. When I run the below code it runs to create a database...