2019-08-12 06:39 PM
Making a port from F334 to G474 controller, used CubeMx 5.3 to do 1 PWM using HRTIM CHA 50% duty as a test and got a this error during compile.
Solved! Go to Solution.
2019-08-13 12:20 PM
I found the problem. It got somehow linked into the wrong IDE from the CubeMX as the selected IDE was EWARM instead of SW4STM32.
2019-08-12 06:43 PM
Another bit of info: This was on a mac version of SW4STM32.
2019-08-13 12:20 PM
I found the problem. It got somehow linked into the wrong IDE from the CubeMX as the selected IDE was EWARM instead of SW4STM32.
2020-01-20 09:56 PM
Isn't any solution for this??
2020-01-21 05:56 AM
2020-01-21 06:26 AM
Thanks!! I succeed to build my project. I installed STM32CubeIDE 1.2. Actually I use Macbook Pro. STM32CubeIDE 1.2 works well!.
2020-01-21 08:10 AM
Glad to help.:)
2023-05-12 01:38 AM
Just in case somebody runs in this issue. Had the same problem with version 6.8.1.
The problem is caused by the default toolchain setting, which is EWARM. If you change to STM32CubeIDE later, the files of EWARM project will not be deleted and are causing above problem.
Workaround - delete all files in folder except the .ioc file. Then open .ioc with MX, select correct toolchain (STM32cubeIDE) and re-generate the project files.