2016-08-01 07:52 PM
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,Dave2016-08-02 02:50 AM
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-2016-08-02 02:52 AM
Hi Dave,
please refer to this . -Syrine-2016-08-03 08:24 AM
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