cancel
Showing results for 
Search instead for 
Did you mean: 

Free real-time operating system on STM32F100RB-Discovery

ing2
Associate
Posted on September 19, 2014 at 10:26

Hi people,

I have STM32F100RB-Discovery board. I need a free real-time operating system which I could deploy on that board.

I know for FreeRTOS, but following their manual I haven't succeeded to deploy it yet.

Any suggestions and experiences with RTOSs on this board?

Best regards

Dusan

3 REPLIES 3
chen
Associate II
Posted on September 19, 2014 at 10:50

Hi

''I have STM32F100RB-Discovery board.

I know for FreeRTOS, but following their manual I haven't succeeded to deploy it yet.''

Really?!?

It looks like there is an example that should just work 'out of the box'

http://www.freertos.org/FreeRTOS-for-Cortex-M3-STM32-STM32F100-Discovery.html

However, since you asked :

''I need a free real-time operating system which I could deploy on that board. ''

Here is a list of most of the RTOSs out there :

http://en.wikipedia.org/wiki/List_of_real-time_operating_systems

I know from people on this forum that FreeRTOS works and also ChibiOS/RT

Andrew Neil
Evangelist
Posted on September 20, 2014 at 00:00

''I need (sic) a ... real-time operating system''

Why do you think you ''need'' it?
ing2
Associate
Posted on September 21, 2014 at 10:19

sung.chen_chung, thanks! I can't build FreeRTOS demo code in Atollic, but it happened to other people as well.

I keep trying...

Why do I need it?

Because I would like to play. 🙂 At the university I worked with embOS from Segger. It costs several thousand € 

and I know there are free RTOSs. To create tasks, manage them, build small embedded systems... That's why. 🙂