2017-08-28 03:08 AM
Hi all,
I know that it is an uncommon request, but I need to use FreeRTOS 8.1.2, even if the latest version is 9.0.0.
I created the code base using STM32CubeMX, including FreeRTOS, and I got a complete project to start working on, linked to FreeRTOS version 9.0.0.
I have been asked by my company, for a number of reasons, to use version 8.1.2 instead.
I tried deleting the Middlewares folder and substituting it with the one with 8.1.2, but I get several errors when trying to compile my project (of course, those errors are not present if using the 9.0.0): console log is attached.
Any suggestion on how to proceed?
Thanks,
L
#freertos8.1.22017-08-28 07:57 AM
Hi
Ruffini.Luca
,You can't use STM32CubeMX asit's linked to FreeRTOS version 9.0.0 and not aligned with version 8.1.2.
You may try withan old firmware package version which usedFreeRTOS 8.1.2 as STM32CubeF4 v1.9.0.Regards
Imen
2017-08-28 08:04 AM
Thank you Imen,
is there an official link where I can fetch that old firmware package?
Regards,
Luca
2017-09-04 10:17 AM
Hi,
You can download the old STM32Cube firmware package from STM32CubeMx tool:
Best Regards
Imen