STM32CubeMX How to Revert to Older Library Version
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-01 7:52 PM
Posted on August 02, 2016 at 04:52
I upgrader to the latest version of the CubeMX library for the F446 and now DCMI doesn't work. Don't have time to chase it down so I'd like to revert to using a previous library version.
I tried using the library manager to delete the latest version and use an earlier version, but that didn't work. The compiler found many missing files in the generated project.Can anyone tell me how to do a library revert?Thanks,Dave
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-02 2:50 AM
Posted on August 02, 2016 at 11:50
Hi Dave,
CubeMx tool always use the last firmware release/versions of STM32Cube packages and automatically notify the user for the new ones before code generation. -Syrine-Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-02 2:52 AM
Posted on August 02, 2016 at 11:52
Hi Dave,
please refer to this . -Syrine-Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-03 8:24 AM
Posted on August 03, 2016 at 17:24
What I did was to open the project.ioc file an editor and found the line:
ProjectManager.FirmwarePackage=STM32Cube FW_F4 V1.11.0 I just changed the firmware rev level to correspond to the package I wanted. When I then ran cubeMX it used the desired down-rev package and the project compiled and ran as I expected. Dave