Skip to main content
HMoon.1
Visitor II
June 10, 2020
Question

An error occurred in STM32CubeIDE saying that the version of STM32CubeMX is low.

  • June 10, 2020
  • 1 reply
  • 1497 views

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?

This topic has been closed for replies.

1 reply

Cartu38 OpenDev
Graduate II
June 11, 2020

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 ...