2024-04-23 03:36 AM - edited 2024-04-29 09:27 PM
My updates schematic in this pin number 11 is now connected to gnd not to VDD
This My schematic for your reference
This is the error in cube MX.
previously I had similar issue that time it was because of power supply.
I don't know what the mistake in this design please help me solve this.
I tried using both stlink v2 & segger jlink for programming.
Kindly help in verifying power supply area in my design.
Solved! Go to Solution.
2024-04-30 06:06 PM
Hi Guys, I got the Solution from ST FAE team it was configuration issues,
The STM32H725/35 having SMPS controller in it we need to configure that in the ST Cube MX by default it will select in SMPS mode but in my design, it was in LDO supply we need to Change the in STMCUBE MX, this will be available in RCC.
2024-04-23 04:03 AM - edited 2024-04-23 04:35 AM
Have you checked your programming adapter?
It does not look like the standard ST link connector layout.
And your power supply looks like you never checked the corresponding datasheet or application note (AN5419 I think) or an example schematic.
I can only see 100nF caps, but not the recommended 2.2µF for each VCAP pin. But that should not make it unprogrammable.
Check AN5419 for wiring and caps when using the internal LDO.
2024-04-23 04:52 AM
its a custom design & I tried using both stlink v2 & segger Jlink.
2024-04-23 07:10 AM
Okay, but have you checked programmer wiring, and power supply as shown in the app note?
2024-04-24 09:03 PM
I checked. Wiring connection very first time it was detecting properly in stmcube programmer when I try to dumb led blink code using stmcubeIDE & putting in debugger mode & then I'm getting the error.
after this the controller not even detecting in cube programmer.
this was happening for me for all four board which I assembled.
2024-04-25 12:13 AM
Then check again the mentioned app note about the power supply.
Maybe your "internal LDO wiring" is wrong, combined with the wrong settings in your start-up code.
2024-04-25 12:38 AM
I don't see all the GND ("VSS") pins in your (too low resolution) schematic.
And as I said, the power wiring looks wrong.
From AN5419:
And the capacitors... maybe you start using the recommended values.
RTFM! including AN5419
2024-04-25 01:09 AM
You see 1.25V at VCAP pins? Voltage at NRST ?
VREF+ ?
2024-04-29 09:28 PM
All VCAP pins I am getting 0V & NRST & VREF+ is 3V3
2024-04-30 06:06 PM
Hi Guys, I got the Solution from ST FAE team it was configuration issues,
The STM32H725/35 having SMPS controller in it we need to configure that in the ST Cube MX by default it will select in SMPS mode but in my design, it was in LDO supply we need to Change the in STMCUBE MX, this will be available in RCC.