2025-11-08 3:06 AM
Hi, I have a question about supplying power to DSI interface on STM32H747BGT6 (208 LGFP package).
RM0399 says, "The DSI interface is supplied from a dedicated VDD12DSI supply that can be provided either
by the integrated DSI regulator or by an external DSI supply."
The figure also shows the two ways to supply 1.2V to DSI PHY. As far as I read from RM0399, if I want to supply 1.2V to DSI PHY with DSI regulator, I should first deliver 3.3V to VDDDSI, and connect VCAPDSI to VDD12DSI.
But the pinout diagram of STM32H747BGT6 (208 LGFP package) has no VDDDSI but only two VDD12DSI.
What I would like to ask is:
1. Does this mean STM32H747BGT6 (208 LGFP package) is limited to external 1.2V supply to VDD12DSI only or is one of the VDD12DSI the intended "VDDDSI" for internal DSI regulator?
2. Whats the recommended capacitor value for VDD12DSI pins on STM32H747BGT6 (208 LGFP package)?
Thanks in advance.
Solved! Go to Solution.
2025-11-08 6:12 PM - edited 2025-11-08 6:14 PM
VCAPDSI needs a 2.2 uF cap. Both VCAP12DSI pins should be tied to VCAPDSI, no additional cap needed.
(The previous reply was a bot. I marked it as spam.)
2025-11-08 4:45 AM
1, 2, 3, 4: I am still at design stage. I was about to draw the MIPI-DSI part of the STM32H747BGT6 schematics until I found out that there is no VDDDSI pin on STM32H747BGT6. Datasheet and RM0399 only mentions the presense of VDDDSI pin but diagram of 208 LQFP package, which is STM32H747BGT6, in H747 datasheet, Cube IDE and STM32H747BGT6 on schematics simply has no VDDDSI pin but only VDD12DSI which is for the DSI regulator in the MCU.
2025-11-08 5:00 PM
So I did find out that VDDDSI is internally connected to VDD from this thread: https://community.st.com/t5/stm32-mcus-products/there-seem-to-be-a-mismatch-in-the-stm32h747-documentation-the/td-p/211513
AN4938 also shows 2.2uF decoupling capacitor on VCAPDSI.
In this case where STM32H747BGT6 has two VDD12DSI, does the MCU require two 2.2uF capacitors, one for each VDD12DSI, or is one 2.2uF enough for two VDD12DSI?
2025-11-08 6:12 PM - edited 2025-11-08 6:14 PM
VCAPDSI needs a 2.2 uF cap. Both VCAP12DSI pins should be tied to VCAPDSI, no additional cap needed.
(The previous reply was a bot. I marked it as spam.)
2025-11-08 8:18 PM
No wonder it had zero care about the question. Thank you.