2023-07-24 04:46 AM
Hi,
I keep getting errors when trying to port a project from STM32CubeMX (v6.9.0) to STM32CubeIDE (v1.13.0). I have updated IDE due to a previous error stating incompatibility between the versions of MX being used - this has now been replaced by the attached error. Any help would be greatly appreciated.
Thank you
Solved! Go to Solution.
2023-07-24 07:41 AM
Hey Pavel,
I've just solved the issue by selecting STM32CubeIDE in the toolchain code generator option for setting the project up - I hadn't realised it was set to EWARM.
Thank you so much for your contributions. :)
2023-07-24 06:14 AM
porting ... how you do ?
try:
2023-07-24 06:19 AM
More details on your machine, please? OS, version?
> I have updated IDE due to a previous error stating incompatibility between the versions of MX being used
Experience points unlocked :))
This is the main reason why to prefer standalone CubeMX to work on .ioc files and generate code. Once the project has been generated in variety of CubeMX versions, it is (almost) a normal eclipse project and you can open it in your older, stable CubeIDE, with a stable toolchain. If a newer version of the library is needed, CubeMX will install it.
2023-07-24 07:41 AM