2019-05-25 08:11 PM
I am using STM32CubeMX ver 5.1.0 for stm32L433,
In my old projects, i use STM32Cube_FW_L4_V1.10.0 with CubeMX ver 4.
Now i'm facing with two problems,
First, is it possible to use STM32Cube_FW_L4_V1.10.0 with CubeMX ver 5 (I don't know how to change firmware package in CubeMx). Because it is difficult to change every previous projects i had made.
Seconds, I cannot find STM32Cube_FW_L4_V1.13.0. Can you help me with that.
Solved! Go to Solution.
2019-05-27 01:11 AM
Hello @binhla ,
1-You can use the version you want of Firmware with CubeMX version 5.
2-Please Follow steps below.
2019-05-27 01:11 AM
Hello @binhla ,
1-You can use the version you want of Firmware with CubeMX version 5.
2-Please Follow steps below.
2019-05-27 01:13 AM
1- Select "Manage Embedded Software Packages" under Help
2019-05-27 01:15 AM
2- check the small box
3- Select Install Now
2019-05-27 01:19 AM
Wait until the install finish then :
4- Uncheck the small box beside Use Default Firmware Location
5- Select "Browse"
2019-05-27 01:23 AM
6- Select STM32Cube_FW_L4_V1.13.0
7- Select Open
2019-05-27 01:24 AM
that's all.
Best Regards,
Khouloud
2019-05-27 01:30 AM
Thanks for your support.