2023-11-26 05:43 AM
Hi everyone!
I am trying to run the B-G431B-ESC1 board for the first time (also it is the first time I am using STm software tools) and ran into this issue. I tried compiling for other boards and even other exemples and none of them generated the mcp.h file in the includes folder. Am I missing something? Did anyone ever had this issue before?
Thanks in advance!
MC Workbench v6.2.0
CubeIDE v1.14.0
2023-11-26 07:49 AM
>> Am I missing something?
Apparently the file in the project or include paths. Find the file in the MCSDK
2023-11-26 08:58 AM
Please ensure the following is enabled in workbench
The mcp.h file is located in the following folder
\MCSDK_v6.2.0-Full\MotorControl\MCSDK\MCLib\Any\Inc
2023-11-26 05:13 PM
Thank you both, helped a lot!