cancel
Showing results for 
Search instead for 
Did you mean: 

VDD12DSI pins in STM32H747BIT6

ikessimoPerdigo
Associate II

Hello everyone,

I am working on a system based on the STM32H747BIT6 MCU and do not plan to use the DSI interface. I have searched through various forums but still have some doubts about the proper power pin configuration when DSI is not in use. Here is what I have so far:

  • VSSDSI: Connected to GND
  • VCAPDSI: Connected to VDD12DSI (capacitor not required)
  • VDD12DSI: Uncertain about the correct connection. I would like to avoid using an LDO to step down from 3.3V to 1.2V

Does anyone have experience with this setup or any recommendations on the best approach for VDD12DSI?

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

Hello,

The same configuration as for STM32F777:

mALLEm_1-1742812588562.png

No need for external regulator. You need just to connect VDD12DSI to VCAPDSI.

mALLEm_0-1742812379579.png

Hope that answers your question.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
mƎALLEm
ST Employee

Hello,

The same configuration as for STM32F777:

mALLEm_1-1742812588562.png

No need for external regulator. You need just to connect VDD12DSI to VCAPDSI.

mALLEm_0-1742812379579.png

Hope that answers your question.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
TDK
Guru

Please see answers in this thread:

Solved: Can DSI pins on STM32H747 be left unconnected if n... - STMicroelectronics Community

If you feel a post has answered your question, please click "Accept as Solution".
ikessimoPerdigo
Associate II

Thank you for your answers!