cancel
Showing results for 
Search instead for 
Did you mean: 

Earlier versions of STM32CubeF2 ? (V1.1.2, 11-December-2015?)I

Allen Huffman
Associate II
Posted on January 12, 2018 at 22:21

Are older versions of 

STM32CubeF2 available? I am trying to find some files that were not included in a project I am working on. From looking at some of the files we do have, I see:

  * @version V1.1.2

  * @date    11-December-2015

Several files I checked match that, so I think I am looking for V1.1.2.

Any pointers where to look? My searches didn't lead me to any answers.

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Posted on January 12, 2018 at 22:53

CubeMX has v1.3.1 of my F1 library so I edited the  ioc file and entered the 1.2.0 to stimulate the CubeMX to use older package and make it download the package:

ProjectManager.CoupleFile=false

ProjectManager.CustomerFirmwarePackage=

ProjectManager.DefaultFWLocation=true

ProjectManager.DeletePrevious=true

ProjectManager.DeviceId=STM32F103C8Tx

ProjectManager.FirmwarePackage=STM32Cube FW_F1 V1.2.0

View solution in original post

26 REPLIES 26
Posted on January 12, 2018 at 22:49

Try this trick:

-generate simple project file using CubeMX

-close the CumeMX

-edit the project_name.ioc file, find something like that(this one is for F103): ProjectManager.FirmwarePackage=STM32Cube FW_F1 V1.2.0

-replace the the number with the one you are looking for

-start the CubeMX

-generate code - the CubeMX will complain about lack of the librarry you are using and will download the library

It worked for me for F103

Posted on January 12, 2018 at 22:57

Or another idea  - try to guess a path. In my case the path was as follow

www.st.com/resource/en/firmware2/stm32cube_fw_f1_v120.zip

Posted on January 12, 2018 at 23:08

In your case you need to guess the exact F2 lib version because the 1.1.2 seems to not exits

Posted on January 12, 2018 at 23:11

I discovered that the pattern for F2 is as follows:

http://www.st.com/resource/en/firmware2/stm32cube_fw_f2_v110.zip

It seems that 1.1.2 does NOT exist

Posted on January 12, 2018 at 23:13

I hope the ST moderator will not ban me because of this reverse engineering.

Posted on January 12, 2018 at 22:51

0690X00000609LwQAI.png
Posted on January 12, 2018 at 22:53

CubeMX has v1.3.1 of my F1 library so I edited the  ioc file and entered the 1.2.0 to stimulate the CubeMX to use older package and make it download the package:

ProjectManager.CoupleFile=false

ProjectManager.CustomerFirmwarePackage=

ProjectManager.DefaultFWLocation=true

ProjectManager.DeletePrevious=true

ProjectManager.DeviceId=STM32F103C8Tx

ProjectManager.FirmwarePackage=STM32Cube FW_F1 V1.2.0

Posted on January 12, 2018 at 23:19

Thank you very much for these solutions - I appreciate it!

Posted on January 12, 2018 at 23:19

Just don't try anything like this with the jive platform anymore