stm32h725vgt6 not able to Program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-23 3:36 AM - edited ‎2024-04-29 9: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.
- Labels:
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-23 4:03 AM - edited ‎2024-04-23 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-23 4:52 AM
its a custom design & I tried using both stlink v2 & segger Jlink.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-23 7:10 AM
Okay, but have you checked programmer wiring, and power supply as shown in the app note?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-24 9: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-25 1:09 AM
You see 1.25V at VCAP pins? Voltage at NRST ?
VREF+ ?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-29 9:28 PM
All VCAP pins I am getting 0V & NRST & VREF+ is 3V3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-30 6: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.
