Skip to main content
Associate III
June 25, 2025
Solved

Motor Pilot cant connect

  • June 25, 2025
  • 2 replies
  • 374 views

Hello, I have a custom Board based on the EVSPING4 Dual. I was able to flash the code and Debug with a segger j-link. I added a Uart message after the init and I could see the message with putty. But when I try to connect with motor Pilot the error No STlink connectet pops up. I generated the code with motor control workbench and enabled motor control. In the code the uart is initialized but i cant find any code to actually communicate an control the motors over uart.

 

Thanks

Best answer by QuirinS

Changing the GUI worked

2 replies

QuirinSAuthor
Associate III
June 25, 2025

I found the USART1_IRQHandler Handler in the code and set a breakpoint in it, when i tried to connect with motor pilot it wasnt triggered, but when I opened putty and typed some characters in it was triggered

QuirinSAuthorBest answer
Associate III
June 25, 2025

Changing the GUI worked