cancel
Showing results for 
Search instead for 
Did you mean: 

EVSPIN32G06Q2S1 board damaged during power-up

sujay-s
Associate II

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

  1. Could someone clarify the correct power-up sequence for this board when using ST-Link for programming?

  2. What is the purpose of R29 shorting the logic ground and power ground

    d155ee50-4e84-4ad1-921e-96e2a7d6f9e0.png

References

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

 

 

View solution in original post

6 REPLIES 6
francescociappa
ST Employee

Hello,

Thank you for your message.

Could you please provide a few more details about the test conditions? For example:

  • What was the input supply (AC input, voltage level, etc.)?
  • Was any load connected to the motor outputs?
  • Which external equipment was connected during the test (ST‑Link, oscilloscope, other instruments)?

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 

sujay-s
Associate II

Hi Francesco,

Thank you for your response.

Regarding the test conditions:

  1. The board was connected directly to 240 VAC mains, and we did not use an isolation transformer during the test.
  2. No motor or load was connected to the output.
  3. The ST-Link from a Nucleo board was connected to the EVSPIN32G06Q2S1 board for programming/debugging via J1.
    1. We also noticed that the SCLK and SWIO pins appear to be swapped on J1. Similarly, the VCP TX and RX pins seem to be swapped on J7.

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

sujay-s
Associate II

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

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

 

 

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 

francescociappa_1-1777015551739.png

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  

 

sujay-s
Associate II

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.

 
Sujay