Regarding support for getting started

Hi, I am new to Freertos.Want to run freertos on STM32 discovery board. Downloaded the freertos 0.9 exe file and extracted. Please guide me for furthur steps. Regards, Abhinav

Regarding support for getting started

How much do you know about RTOSs in general? If nothing, you’ll need to learn the basics of how they work, what a queue is, how to share peripherals etc. If you are already clued up on them, there are lots of tutorials on line for FreeRTOS. https://www.google.co.uk/?gws_rd=ssl#q=FreeRTOS+tutorial Are you just looking to learn or do you have a specific project on a specific platform? Have you chosen the development enviroment? Your question is rather broad.

Regarding support for getting started

Hi DiBosco, Thanks for reply. In general I have the basic idea of RTOS.Worked on Nucleus. But again I want gain in-depth understanding of RTOS and find out freertos is the best option. I have STM32 discovery board on which I can run freertos but I want how get started with that.
  1. Which IDE to use on windows ?
  2. How to compile the source code for particular platform and other details ?
  3. Right now extracted the freertos exe file but out of which is the required source code for stm32 ?
Please answer these queries Regards, Abhinav

Regarding support for getting started

Try the following links: http://www.freertos.org/Documentation/RTOS_book.html http://www.freertos.org/a00090.html#ST http://www.freertos.org/Creating-a-new-FreeRTOS-project.html http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html As far as IDEs go – only you can decide that and it depends on your budget. TrueStudio has a free version with lots of ST projects.

Regarding support for getting started

One thing to do is look through the unzipped file you downloaded. In the directory: /FreeRTOSVx.y.z/FreeRTOS/Demo/ You’ll find loads of demos; there are demos for a number of different parts inlcuding some STM32 parts which make it very easy to get started. Remember these demos are for specific IDEs. It can possibly be advantageous to use an IDE where there is a demo already working. It depends how adept you are at getting projects working on new IDEs. I honestly don’t know about IAR and Keil, but Rowley do a 30-day licence for Crossworks and there are two or three Crossworks projects there. I think companies like IAR, Keil and Rowley are much better because they make IDEs native to the operating systems they run on (not Ecplise based) and work across all manufacturers’ parts. That is very much a personal opinion though. You can also look on the interactive forum for demos submitted by the community to maybe find a project for your processor. https://interactive.freertos.org/hc/en-us/community/topics I found it very useful indeed to have a project that worked on the processer I was using with the IDE I was using when I started because then I was only concerned with learning FreeRTOS and RTOSs in general, and not distracted by anything else.