2026-03-11 1:29 AM
Hi,
We were attempting to control a high-voltage BLDC motor using the EVSPIN32G06Q2S1 evaluation board. While following the Getting Started procedure described in UM3394, the board got damaged during the power-up stage.
Below are the steps we followed and the observations we made.
Steps performed
Generated firmware using Motor Control Workbench.
Flashed the firmware to the evaluation kit using the Nucleo board’s ST-Link.
The digital section was powered using the 3.3 V supply from the ST-Link.
Power-up observations
When only AC power was applied, the power stage turned ON, but the logic section was not powered.
When VDD was supplied via ST-Link (3.3 V) and AC power was applied, the board was damaged:
The 5 A fuse (F1) blew.
The 0 Ω resistor (R29) burned.
VDD and GND are now shorted.
Questions
Could someone clarify the correct power-up sequence for this board when using ST-Link for programming?
What is the purpose of R29 shorting the logic ground and power ground
References
User Manual: UM3394
Evaluation board schematic: EVSPIN32G06Q2S1 schematic pack
We have already ordered a new evaluation kit. Any guidance on the recommended setup and safe bring-up procedure would help us avoid damaging the next board.
Thanks in advance.
Solved! Go to Solution.
2026-04-24 12:24 AM
Hello Sujay,
No it's not acceptable to remove only a resistor.
To keep isolation I suggest to use optocouplers to bring signal from one side to another, you can look online there are plenty of schematics for optoisolating the uart communication, you can choose one that suits for your needs according speed and number of wires, consider also that case you need two power supply one for the electronic and one for the power stage, you can't supply everything with the same source if you want galvanic insulation. unless you put an insulated DC DC converter.
Francesco
2026-03-12 3:20 AM
Hello,
Thank you for your message.
Could you please provide a few more details about the test conditions? For example:
In addition, did you connect the board directly to the AC mains, or was an isolation transformer used? Please note that operating the board directly from the mains without galvanic isolation is extremely dangerous and may lead to severe damage to the board, as well as safety hazards for the user. We strongly recommend using an isolation transformer during development and testing to reduce the risk of catastrophic failures.
Regarding the logic supply, we recommend using the 3.3 V rail generated on the board (E3V3). To do this, please short pins 1 and 2 of connector J8 (E3V3 and VDD) so that the on‑board 3.3 V supply is used as VDD, rather than powering VDD from the ST‑Link. The possibility of providing VDD externally is intended only for programming the IC when no high voltage is present on the board; its use as a normal operating supply is highly discouraged.
Best Regards,
Francesco
2026-03-13 4:16 AM
Hi Francesco,
Thank you for your response.
Regarding the test conditions:
We also have a question regarding the grounding scheme. In our intended setup, the motor driver will be controlled by a separate external MCU that has its own isolated power supply. Because of this, we are trying to maintain galvanic isolation between the control electronics and the power stage.
Would it be acceptable to remove the 0-ohm resistor R29 (which connects logic ground and power ground) in order to preserve this isolation? Alternatively, could you suggest a recommended method to interface an external MCU with the driver stage while maintaining isolation?
In our application, we prefer not to use the E3V3 supply generated on the evaluation board, since our controller will be powered from its own isolated supply.
Thanks in advance.
Sujay
2026-04-23 3:00 AM - edited 2026-04-23 4:01 AM
Hi Francesco,
We received the new eval kit and followed your recommendations: we connected it via ST-Link using a USB isolator and powered the board logic with the onboard 3.3V supply by shorting pins 1 and 2 of J8, but the AC is powered from wall socket 240V.
However, we’re facing an issue—when the motor starts spinning after "Start" button is pressed in Motor Pilot, the VCP disconnects from Motor Pilot. The motor continues to run(tuning required), which suggests the MCU is still operating, so it appears to be only a communication/port disconnection problem.
Similar issue I found in this forum (Motor pilot disconnection) , but the recommended fix doesn't seem to work
Do you have a suggestion for fixing this ?
Thanks in advance.
Sujay
2026-04-24 12:24 AM
Hello Sujay,
No it's not acceptable to remove only a resistor.
To keep isolation I suggest to use optocouplers to bring signal from one side to another, you can look online there are plenty of schematics for optoisolating the uart communication, you can choose one that suits for your needs according speed and number of wires, consider also that case you need two power supply one for the electronic and one for the power stage, you can't supply everything with the same source if you want galvanic insulation. unless you put an insulated DC DC converter.
Francesco
2026-04-24 12:29 AM
Hello Sujay,
The first step is to try to decrease the speed of the UART communication.
In the motor control workbench you can find a section "User interface", where you can modify the speed
Cables length matters, you should keep the cable as short as possible both USB and STlink connector. Also that the motor cable should be kept short and far from communication.
Consider also that the board has no EMI filter, because it strongly depends on the motor attached, Adding an EMI filter could help to reduce noise and improve robustness of the communication.
Francesco
2026-04-26 11:14 PM
Hi Francesco,
Thank you for your suggestions. We’ve resolved the Motor Pilot disconnection issue by using a 2-channel digital isolator between the EVAL kit and the USB-to-TTL converter. I’m now working on tuning the control parameters for the rev-up phase.