2018-01-12 01:21 PM
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-2015Several 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!
Solved! Go to Solution.
2018-01-12 02:53 PM
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=trueProjectManager.DeletePrevious=trueProjectManager.DeviceId=STM32F103C8TxProjectManager.FirmwarePackage=STM32Cube FW_F1 V1.2.02018-01-12 01:49 PM
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
2018-01-12 01:57 PM
Or another idea - try to guess a path. In my case the path was as follow
2018-01-12 02:08 PM
In your case you need to guess the exact F2 lib version because the 1.1.2 seems to not exits
2018-01-12 02:11 PM
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
2018-01-12 02:13 PM
I hope the ST moderator will not ban me because of this reverse engineering.
2018-01-12 02:51 PM
2018-01-12 02:53 PM
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=trueProjectManager.DeletePrevious=trueProjectManager.DeviceId=STM32F103C8TxProjectManager.FirmwarePackage=STM32Cube FW_F1 V1.2.02018-01-12 03:19 PM
Thank you very much for these solutions - I appreciate it!
2018-01-12 03:19 PM
Just don't try anything like this with the jive platform anymore