2020-06-10 05: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?
2020-06-11 01: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 ...