cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103RBT6 FreeRTOS

bharatig154
Associate II
Posted on January 11, 2016 at 09:18

Hello,

any one can provide me sample code for stm32f103rbt6 FreeRTOS
6 REPLIES 6
Nesrine M_O
Lead II
Posted on January 11, 2016 at 09:45

Hi  gomase.bharti,

You can find freeRTOS example under STM32Cube F1 package STM32Cube_FW_F1_V1.3.0\Projects\STM32F103RB Nucleo\Applications\FreeRTOS

-Syrine-

bharatig154
Associate II
Posted on January 11, 2016 at 10:42

can you please share some code for same

Nesrine M_O
Lead II
Posted on January 11, 2016 at 11:22

Hi  gomase.bharti,

The STM32Cube F1 package is available for download under this

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1897/PF260820?s_searchtype=partnumber

.

-Syrine-

bharatig154
Associate II
Posted on January 12, 2016 at 09:21

How can I test the freertos code provided by stm32cubef1_fw_f1_v1.3.0 on miniSTM32F103R Development board

Nesrine M_O
Lead II
Posted on January 12, 2016 at 09:56

Hi gomase.bharti,

Refer to the readme file included in the project directory to know more about the application description and how to use it. Also have a look to the

http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00105262.pdf

User manual 

it gives you an overview on how to develop applications on STM32Cube with RTOS.

-Syrine-

bharatig154
Associate II
Posted on January 12, 2016 at 10:49

hi

I have to implement freertos for stm32f103rbt6 on uart based,can you please suggest how to do this