Skip to main content
hajermarnissi
Associate II
April 6, 2011
Question

FreeRTOS

  • April 6, 2011
  • 1 reply
  • 404 views
Posted on April 06, 2011 at 12:31

FreeRTOS

#!winning-rtfm
    This topic has been closed for replies.

    1 reply

    Andrew Neil
    Super User
    May 17, 2011
    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.