cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate FreeRTOS+ library with STM32L4Cube package ?

Ghada Dhibi
Associate II
Posted on December 21, 2016 at 12:23

Hi,

I'm using STM32L486RG microcontroler with IAR IDE V7.4.

For the moment, I do use FreeRTOS V8.2.1 which is integrated by ST Team in STM32CubeL4 Package.

Now i aim to upgrade my FreeRTOS to V9.0.0 in order to integrate FreeRTOS+ TCP and FAT libraries. However, I didn't find any support from ST showing how to integrate this new version of FreeRTOS with FreeRTOS+ using IAR IDE.

What I tried is to include FreeRTOS V9.0.0 and added the old CMSIS_RTOS files developped by ST for FreeRTOS V8.2.1 version.

All things are OK but I start getting mysterious compile errors once I add the FreeRTOS+ Libraries in my project

:(

I downloaded the Freertos+ library from this

http://www.freertos.org/FreeRTOS-Labs/RTOS_labs_download.html

So, who have ideas about including the FreeRTOS+ Library correctly? maybe I'm missing something.

I'm really in urgent need for help ! thanks in advance for your support and interest.

#stm32l4 #freertos #cmsis-rtos #freertos+
1 ACCEPTED SOLUTION

Accepted Solutions
Nesrine M_O
Lead II
Posted on December 21, 2016 at 16:40

Hi

dhibi.ghada

,

please refer to

https://community.st.com/0D50X00009XkdsaSAB

, in factt

he support of FreeRTOS v9 should come in STM32CubeMX January version.

-Nesrine-

Ifmy suggestanswers your question, please mark it as correct.

View solution in original post

2 REPLIES 2
Nesrine M_O
Lead II
Posted on December 21, 2016 at 16:40

Hi

dhibi.ghada

,

please refer to

https://community.st.com/0D50X00009XkdsaSAB

, in factt

he support of FreeRTOS v9 should come in STM32CubeMX January version.

-Nesrine-

Ifmy suggestanswers your question, please mark it as correct.

Posted on December 21, 2016 at 17:28

Hi Nesrine, 

Thank you for your response, 

I would like to know if the new SM32CubeMX version will support the FreeRTOS+ library as discribed from this

http://www.freertos.org/FreeRTOS-Labs/RTOS_labs_download.html

.

B.R. 

Ghada.