Skip to main content
Visitor II
November 9, 2024
Solved

Issue with VCAP voltage

  • November 9, 2024
  • 5 replies
  • 7253 views

I am currently working on a board designed around the STM32H725RGV6 and have encountered issues with it being recognised by STM32CubeProgrammer as I get the message "target not found" when connecting it to a STLINK-v3-minie. With my previous experience using H7 or F7 MCUs, they get pretty warm even while idling which mine does not.

VDD is 3.3V and supplied from a LDO regulator, TPS73633. With the board fully populated except the bluetooth module, RN4871, I have verified that the MCU is receiving 3.3V through the VDD pins.

I have also checked that BOOT0 is pulled low and NRST is pulled high.
2 of the 3 VCAP pins have 2.2uF caps placed nearby and the third is connected to the other 2.
I have used a multimeter and continuity tested the majority of the pins to their adjacent pins and GND to check for shorts. None were found.
The board was assembled by JLC except for the MCU which I had to reflow myself. I had to reflow it 3 times until I was satisfied with how the joints looked. The board was also cleaned thoroughly with IPA.

I have read that I have to choose the correct power configuration in CubeIDE but I don't get how I would be able to do this without connecting the STLINK first.No code has been uploaded to the MCU yet anyways.
I realised that I have added an extra capacitor to the VDDA pins but I don't believe this would prevent the H7 from working.
Hence I have narrowed it down to the VCAP pin which had a steady output of 0.08V. I immediately believed that I had fried the MCU by reflowing it too many times so I replaced it with another one which only took 2 tries to reflow. After checking for shorts, the voltage at the VCAP pins now seems to oscillating from 0V to 0.12V slowly. I don't have access to a oscilloscope currently but my multimeter still picks up on this oscillation. I only have one more MCU on hand so I don't want to try with my last one.

Any advice is very welcome. I have attached my schematic, PCB layout and photos of the MCU's solder joints. The board is very space constrained.

    This topic has been closed for replies.
    Best answer by STOne-32

    Dear @genesis78 , @Tesla DeLorean ,

    thank you for spotting that . This package is only SMPS or bypass and is mentioned in this table in datasheet also : LDO Line is empty

    IMG_0387.jpeg

    So yes , the PCB should be re-spinned to have SMPS / DCDC connections.

    STOne-32

    5 replies

    genesis78Author
    Visitor II
    November 9, 2024

    I am replying to my message to include morea attachments since I reached the limit in my previous message.

    Graduate II
    November 10, 2024

    Presumably you don't have access to an X-Ray inspection machine to confirm there's not an issue with the soldering.

    Orientation looks Ok.

    You'll likely need be triple checking the footprint, and the netlist, and the SMPS / LDO connectivity expectations.

    Just ONE board?

    The internal boot-loader (blank FLASH or BOOT0=HIGH) should be able to bring up in LDO / SMPS sufficiently, allowing for ST-LINK to work. ST-LINK will expect VTarget to be supplied, and able to report the voltage it sees.

    On your initialization code needs to get the VOS and LDO settings right.

    There's not a PDR_ON pin involved here.

    genesis78Author
    Visitor II
    November 10, 2024

    Thanks for the response. 
    I unfortunately don't have access to an X-Ray inspection machine though the rest of the board has passed an X-Ray inspection. 

    I have made another board in the meantime but it also doesn't work.
    Could you elaborate on what you mean about bringing up the LDO sufficiently?

    Graduate II
    November 10, 2024

    >>..bringing up the LDO sufficiently

    The ROM based loader is capable of bring up devices in a suitable mode wrt to LDO / SMPS regardless of what code you have in FLASH. There are a lot of topics on the forum regarding bricking H7 boards by getting the settings wrong, and the BOOT=1 Power Cycling methods of recovery.

    Those presumably are a different issue from not getting 1.2V on VCAP. Even with the wrong capacitors, which could cause issues in stability, it would still limp along.

    I suspect this is a power supply related issue, perhaps where the GND plane lacks continuity.

    Or perhaps the pin designations have shifted. Might be easier to test/probe on a partial PCB where you can touch the pads, and don't have conductance through the IC

    genesis78Author
    Visitor II
    November 10, 2024

    By partial PCB do you mean a PCB that doesn't have the STM32 IC soldered?

     

    Graduate II
    November 10, 2024

    Yes, that's how you indicated you received them from JLC. Or the bare / solder-test article.

    That you can check the netlist and voltages presented at the pads. Rationalize those directly with the datasheet tables.

    That the exposed pad is ground. That you've got no shorts to that

    Graduate II
    November 10, 2024

    Per data sheet

    Embedded DCDC and LDO regulator
    (*)VFQFPN68 variant is DCDC only

    genesis78Author
    Visitor II
    November 10, 2024

    I'm really leaning towards the fact that I caused some sort of heating damage while soldering the MCU. 

    Graduate II
    November 10, 2024
    genesis78Author
    Visitor II
    November 10, 2024

    Thank you for spotting that. I initially discounted the LDO not being present because of this line in AN5419,
    "When LDO is available but VDDLDO pin is not present on the package, VDDLDO is internally connected to 
    VDD," but I must've ignored "available" being a keyword. 
    I'm guessing that the PCB isn't recoverable since I would need another voltage regulator to continuously supply 1.35V to the VCAP pins. I'm also going to assume that the 2 MCUs I have used until now are fried since the core was probably being supplied with 3.3V.
    The documentation for this specific variant is so lacklustre and confusing that its frustrating especially for a first time user. I guess I'll have to order another PCB and more components now which could've been so preventable.


    Anyways, for future reference apparently the first picture is the correct direct SMPS supply, for STM32H725RGV6 in the VFQFPN68 package which aligns with AN5419's diagram (2nd) as VDDLDO is internally connected to VDD. 

    genesis78_0-1731271071056.png

    genesis78_1-1731271203577.png