I'm using STM32H750VBT6 and my template code is generated by CubeMX. I don't use external RCC but low speed clock crystal.
In CubeMX at RCC I clicked on parameter settings tab. I then changed the value SupplySource from PWR_LDO_SUPPLY to PWR_EXTERNAL_SOURCE_SUPPLY.
After changing this parameter and programming my micro controller, it then turned on. But after the first turn off my MCU never turned on.
It is not heated but has no any response to programmer too. I used an external crystal, but no response.
I used program under reset by holding NRST pin low and high during programming start witch didn't help.
Error is: Can not connect to target.
By looking into STM32H7 PWR from ST, I found that for external source or bypass LDO, voltage should be connected to VCAP.
So I connected a 3.3V to VCAP but my MCU is heated in this mode and doesn't response. (I tested VBat too.)
Where is external supply source pin? What's LDO bypass? I don't see some pin like VDDUSB33 or VDDUSB50 pins in this package (LQFP100) too. My MCU seems to have only VDD, VDDA, VSS, VCap, VBat, NRST.
How can this be solved?