-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CH32X035 F7P6 Dev Board fried #9
Comments
Hi, strange. Did you make sure that the input capacitor on the LDO is rated for 35V? Did you have a larger load connected to the output of the board? Is your LDO suitable for at least 20V input voltage (there are different HT7533 out there)? |
Hi Stefan, I think the LDO capacitors are not rated for 35V input. I used them from another project (https://www.aliexpress.com/item/1005005690927737.html) (i saw that they are rated for 50v but i dont know if that's real). I don't think these capacitors can handle this voltage, but I thought that when a capacitor exceeds its rated voltage, it should short to ground, preventing damage to the microcontroller. Shouldn't the microcontroller be protected from overvoltage ? However, that apparently didn't happen, and the MCU was still fried. I didn't had any larger load connected to the output of the board Can you help clarify this for me? I am still a beginner and still learning this stuff:)) |
If the capacitor is overloaded, it typically becomes conductive and causes a short circuit on the board. However, you won’t know if the MCU is also damaged until the faulty capacitor is replaced. As long as there’s a short circuit on the board, the MCU won’t function either. |
I replaced all the capacitors and noticed that my cable (which shows power consumption in watts) wasn't lighting up. My initial thought was that something was still shorted and that my charger had gone into protection mode. Afterward, I checked the VCC and GND pins on the MCU using diode mode and found a short. I removed the MCU, and after doing so, my power LED turned on. I replaced the MCU, and everything seemed fine, but I haven’t programmed it yet. I’m currently waiting for 35V capacitors to arrive—maybe my 50V caps are just cheap and weak. |
I can really only imagine that there’s a problem with the LDO. The MCU could only have been damaged by overvoltage. |
I used a HT7533-1 like in the BOM (link https://www.aliexpress.com/item/33015904481.html) |
@wagiminator I ran some tests on the HT7533-1 and observed that the voltage on the VOUT pin drops from the VIN reference of 24V down to 3.3V as expected. However, during the regulation process, the 24V is temporarily passed to the MCU, causing it to fry before the LDO fully stabilizes the voltage to 3.3V. I'm not sure what to try next. Have you encountered any issues with the LDO using 20V PD? |
https://youtu.be/0F6JsXu01Ms this is the time it takes to decrease the voltage to 3.6v from 21v :))) |
I’ve never had any issues with these regulators. Keep in mind that the LDO requires suitable input and output capacitors to regulate the voltage properly. Still, the behavior you’re describing is really strange... |
Hi. I just recieved the 35v caps (https://www.aliexpress.com/item/1005006049225016.html) and i just assambled a new pcb with those caps, from whai i saw, the regulating time was faster but still there it was some seconds (arround 5 seconds with +5v) and my mcu still got burned. I dont know what else to try, can you please provide a link with the caps you are using? |
Did you try a different LDO? |
If I increase the default Power Delivery (PD) voltage from the configuration file beyond the specified 9000 mV, my microcontroller becomes damaged. The HT7533 is overheating and that is it, my mcu is fryed, after that my pc detects that the usb port is shorted if i plug the dev board in. I have tried this with 2 boards having the same result
I am doing something wrong?
The text was updated successfully, but these errors were encountered: