2022-07-06 10:26 AM
Opening the example ACIM-STM32G431 .ioc file in a text editor (notepad) shows hundreds of hidden options:
I am trying to imitate it through CubeMX, but the parameter settings are not listed under MotorControl. I have matched all the other parameters. According to the GUI in CubeMX they are identical, but these hidden options are completely different.
Solved! Go to Solution.
2022-07-06 11:53 AM
Found the solution:
I needed to use the ACIM GUI program that came with MCSDK. Copying the example acimx file and adjusting that filled in these hidden parameters. Generating with STM32CubeMX still causes missing file errors though (arm_math.h and more).
2022-07-06 11:53 AM
Found the solution:
I needed to use the ACIM GUI program that came with MCSDK. Copying the example acimx file and adjusting that filled in these hidden parameters. Generating with STM32CubeMX still causes missing file errors though (arm_math.h and more).