2022-04-12 05:46 AM
Hi,
I am using STM32H743VI MCU for running a BLDC motor. When I debug and run the code without connecting the motor then I can able to debug the code and I also printing some messages on the UART, its working fine. As soon as I connect the motor with the driver and debug the code, I placed a breakpoint on PWM start API, it hits the breakpoint and motor starts running as well but the console starts showing , Target not responding. Serial wire connections are fine.
Please help.