Skip to main content
etheory
Senior
July 1, 2022
Solved

STM32CubeIDE 1.10.0 Project Migration breaks projects

  • July 1, 2022
  • 1 reply
  • 949 views

Please see the below:

0693W00000QKEC5QAP.pngAfter migrating any previous STM32CubeIDE-1.9.0 project to STM32CubeIDE-1.10.0 using the Migrate tool, they all now fail to build, which is a pretty massive issue.

Could this please be looked into immediately?

Regards,

Luke

This topic has been closed for replies.
Best answer by etheory

Note, I found a fix by doing the following:

Tweak the .ioc in any way, add and remove a DMA stream, anything.

Regenerate the code.

Right click on the project in the interface -> "Clean Project" then -> "Refresh"

Then build. And it seems to build.

In case anyone else is having issues....

1 reply

etheory
etheoryAuthorAnswer
Senior
July 1, 2022

Note, I found a fix by doing the following:

Tweak the .ioc in any way, add and remove a DMA stream, anything.

Regenerate the code.

Right click on the project in the interface -> "Clean Project" then -> "Refresh"

Then build. And it seems to build.

In case anyone else is having issues....