2022-06-30 05:53 PM
Please see the below:
After 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
Solved! Go to Solution.
2022-06-30 06:00 PM
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....
2022-06-30 06:00 PM
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....