Question
How to generate working code from ST Motor Control Workbench to STM32CubeIDE?
I'm trying to generate code so I can evaluate STEVAL-ESC001V1.
However the code I'm able to generate either does not have all the header files present or when manually finding and adding those files the code compile gives just an error 1 and nothing else.
Steps I have done are:
- Install STM32CubeIDE 1.2.0
- Install STM32CubeMX 5.4.0
- Install Motor Control package 5.4.3
- Configure all the correct parameters for STEVAL-ESC001V1.
- Press Generate code.
- Import the code in STM32CubeIDE
- Observe bunch of errors when compiling.
I see other people have been also struggling with motor control workbench and there seems not the be any solution for this.