An error occurred in STM32CubeIDE saying that the version of STM32CubeMX is low.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-06-10 5:57 AM
Hello
I use STM32CUBEIDE.
However, after creating a project using touchGFX, there is a problem accessing ioc files.
There is a message that the version is low.
Uninstalling and installing the program does not solve the problem.
The program version is attached as a image.
What is the solution?
- Labels:
-
STM32CubeIDE
-
STM32CubeMX
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-06-11 1:26 PM
Issue here is quite trivial in fact.
You are using on one side STM32CubeMX standalone tool version 5.6.1.
On the other side you're relying on STM32CubeIDE 1.3.0. Looking at Help > About then selecting "MX" icon you will see 5.6.0 embedded ...
Then you're facing regular behavior which is not possible to open a database release more recent than tool used to read it ...
Two way to solve your issue here:
1) Update you STM32CubeIDE 1.3.0 to 1.3.1 (Help > Check For Update ...) ... 1.3.1 is STM32CubeMX 5.6.1 compliant
2) DO not rely on STM32CubeMX standalone .... only rely on STM32CubeIDE ... Device Configuration Tool is fully integrated ...
