2016-12-21 03:23 AM
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+Solved! Go to Solution.
2016-12-21 07:40 AM
Hi
dhibi.ghada
,please refer to
https://community.st.com/0D50X00009XkdsaSAB
, in factthe support of FreeRTOS v9 should come in STM32CubeMX January version.
-Nesrine-
Ifmy suggestanswers your question, please mark it as correct.
2016-12-21 07:40 AM
Hi
dhibi.ghada
,please refer to
https://community.st.com/0D50X00009XkdsaSAB
, in factthe support of FreeRTOS v9 should come in STM32CubeMX January version.
-Nesrine-
Ifmy suggestanswers your question, please mark it as correct.
2016-12-21 09:28 AM
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.