2023-01-25 12:57 AM
I've got STeval-CTM010V1 board, with the help of MotorControl Workbench source code is generated. The issue is that on evalboard there is LQFP64 package but code is generated to LQFP100 one - I didn't manage to obtain code which fit the evalboard package LQFP64.
What I've done:
MotorControl Workbench 5.4.8:
- Updating button: uC is changed to STM32F303RB but code is generated to different package
- Generating button: Error "unable to generate ioc file due to: When calling function "name", required parameter "gpio_port" (parameter#1) was specified, but had null/missing value.."
CubeIDE 1.11.2:
- In project settings -> MCU Settings is not possible to change microcontroller
Migration:
- According to UM1718 exporting current project configuration to a compatible MCU causes that uC in package LQFP64 is not found
How prepare project to correct package?