cancel
Showing results for 
Search instead for 
Did you mean: 

FreeRTOS

hajermarnissi
Associate II
Posted on April 06, 2011 at 12:31

FreeRTOS

#!winning-rtfm
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Posted on May 17, 2011 at 14:30

No RTOS - including

FreeRTOS

 - is a trivial piece of code that you can randomly drop into your project an expect it to ''just work''!

You need to spend time studying the FreeRTOS documentation and learning how to properly configure it for your particular platofrm, and how to properly configure & integrate it with your tools, and how to properly build a project using it.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.