2024-11-22 04:11 PM
Can somebody tell me whether I am, or not, powering this STM32H725RG in the right way?
As far as I know, after reading several times the specs, the 68 pin package doesn't have LDO (SMPS only).
I've built my first board this way and the MCU got burnt.
Thanks.
2024-11-22 11:47 PM
2024-11-22 11:54 PM
2024-11-23 11:09 AM
Ok You say you did check AN5419, so please add the missing capacitors from Table 2. (4x 100nF + 1x 4.7nF on VDD, 1x 220pF on VLXSMPS)
What is connected to VDDA and VBAT?
2024-11-23 12:45 PM
4x100nF and 1x4.7uF on VDD are connected too (they don't appear in the part of schematic that I posted at first, but they are):
About the 220pF capacitor, AN5419 says it's not used with VFQFPN68 package, but only with LQFP and BGA:
"LQFP/BGA packages: 220 pF ceramic capacitor on VLXSMPS."
2024-11-23 12:56 PM - edited 2024-11-23 12:58 PM
VBAT is connected to VDD through a double schottky diode, to allow self powering when VDD is present, and powering from a external battery when it's not. It also can be connected directly to a external battery.
2024-11-24 01:44 AM
OK, I don't see any error on the schematic, I did not check your pinout, but to me there seems to be some VSS pin missing. Where did you connect the Exposed Pad?
2024-11-24 02:19 AM
All the VSS pins and exposed pad are connected to GND.
The schematic doesn't show all of VSS pins because Kicad symbols hide them and leave only one.
Thank you for your time.