Skip to main content
Luca R
Associate II
August 28, 2017
Question

Freertos downport

  • August 28, 2017
  • 2 replies
  • 929 views
Posted on August 28, 2017 at 12:08

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.2
This topic has been closed for replies.

2 replies

Technical Moderator
August 28, 2017
Posted on August 28, 2017 at 16:57

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Luca R
Luca RAuthor
Associate II
August 28, 2017
Posted on August 28, 2017 at 17:04

Thank you Imen,

is there an official link where I can fetch that old firmware package?

Regards,

Luca

Technical Moderator
September 4, 2017
Posted on September 04, 2017 at 17:17

Hi,

You can download the old STM32Cube firmware package from STM32CubeMx tool:

  • MENU > Help > Install New Libraries
  • Select libraries that you need
  • Force download with button ''Install Now''
0690X000006087JQAQ.png

Best Regards

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks