cancel
Showing results for 
Search instead for 
Did you mean: 

how run Free RTOS on STM32????

l90mehdi
Associate II
Posted on February 19, 2017 at 19:06

Hi.

i want run free RTOS on STM32.

But there are a lot of concepts and parameters for setting (task,Queues,Thread,.....).

I have read 'Developing Applications on STM32Cube with RTOS'  But I am still confused.

so 

please explain me about how to initialize the main and important parameters ..

i want use this peripherals in my project(my project is an intelligent dimmer).

1-timer in interrupt mode

2-GPIOs that works dependently by timer interrupt & e

xternal interrupt 

 

3- ADC in interrupt mode

4- External interrupt 

5-Usart & SPI  interface 

6-RTC

thank you.

#free-rtos #stm32-free-rtos
2 REPLIES 2
Barry.Richard
Associate III
Posted on February 19, 2017 at 20:18

To help you get started:

There are

http://www.freertos.org/a00090.html#ST

 that target STM32 that can be used as a reference, including

http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP-IP_FAT_Examples_ST_STM32F407.html

.  There is also a f

http://www.freertos.org/Documentation/RTOS_book.html

and how to use them, and a free reference manual (same link as per the book) that describes the configuration options.
Posted on February 26, 2017 at 15:58

hi

thank you for your replay.

this document is so good for get started.

but i need  simple example with describe parameter in CUBEMX.

thank you.