2024-12-02 09:51 PM
I have tried connecting both STLink and UART but Motor Pilot is not getting connected,
ERROR: No STLink VCP detected
I am using (V1.2.9) and tried using older version but still issue persists. Kindly help.
2024-12-17 12:54 AM
Is there anyone at ST?
2024-12-17 01:04 AM
Hello tejas_amp,
Which Firmware are you using ? What is your MCSDK version ? Have you made sure that the MCProtocol was enabled in the project before generating ?
2024-12-17 01:39 AM - edited 2024-12-17 01:40 AM
I am using firmware generated through MCWorkbench by going to Inverter section and selecting STEVAL ESC001V1 with "Electronic Speed Controller" enabled.
MCSDK 6.3.0 version
How to ensure that the MCProtocol was enabled in the project before generating ? Where it is available.
I also tried using older 5.x version suggested in doc but it was not even generating code.
2024-12-17 02:17 AM
Hello,
The MCP is located in the User Interface tab inside the Workbench. Please make sure that you are using the Motor Pilot provided with the Workbench you used to generate the FW. Also, please consider upgrading to MCSDK 6.3.2.
2024-12-17 02:21 AM
Yes MCP is enabled at 1843200 B/s but still no connecttion is showing in motor pilot
2024-12-17 02:47 AM
Hello again,
Could you please tell me how you connect the board to your computer ? You can send pictures if you want.
2024-12-17 03:02 AM
I have connected UART and ST Link connections
2024-12-17 03:19 AM
Could you tell me what device you use for connecting the ESC001 to the computer ? Also please focus the picture on the connection between the two.
2024-12-17 03:32 AM
I used "ST Link V2 Programmer For STM8 and STM32" (https://robu.in/product/st-link-v2-programmer-for-stm8-and-stm32/?gad_source=1&gclid=EAIaIQobChMIyYD6gdquigMV3j1ECB2KfiYtEAQYASABEgLi2vD_BwE) for debugging and usb to uart bridge for uart. Connections are same as specified in manual. Even uart is working fine when i am trying to send data through code and output on putty.