What version of CubeMX to use?

Created at 2022-03-09 13:46:30

I am new to RT-Thread and am running into problems. I create a project based on the Nucleo-32 STM32L432KC and it the demo builds and runs.
If I then double click the CubeMX config under the board it opens CubeMX and it ask if I want to migrate the project to the latest version (using CubeMX 6.50). Even if I don't make any changes, but just hit the generate code button, the project no longer builds.
What version of CubeMX should I be using? I Have RT-Thread Studio IDE 2.20.

Cheers
Simon

更多

Follower
1
Views
815
2 Answers
davidticker
davidticker 2022-03-09

Hi Simon. Did you try to Migrate the project?

st.png

flyboy
flyboy 2022-03-16

It seems that the versions of the stm32Hal library are incompatible. The driver uses v1.13.0 and your cubemex uses v1.17.1. You can try to fix these issues, or downgrade the version
image.png

Write Your Answer

Log in to publish your answer,Click here to log in.

Create
Post

Share