Skip to main content
Associate
May 14, 2026
Solved

STM32MP157FAD as drop-in replacement for STM32MP153FAD - DSI power pins not connected

  • May 14, 2026
  • 1 reply
  • 123 views

 

Hi all,

I have a board designed around the STM32MP153FAD (TFBGA257, 10×10 mm, 0.5/0.65 mm pitch, 257 balls). Since the MP153 does not include a DSI controller or GPU, I did not connect any DSI-related power pins or signals. Due to stock shortages, I am now considering switching to the STM32MP157FAD, which shares the same TFBGA257 footprint.

My question is: can the STM32MP157FAD be used on this board without connecting the DSI-specific power rails?

The DSI power pins that exist on the MP157 but were not populated on my design are:

  • VDD_DSI — DSI I/O supply
  • VDD1V2_DSI_REG — output of internal 1.2 V DSI regulator
  • VDD1V2_DSI_PHY — 1.2 V supply for DSI PHY
  • VDDA1V8_DSI — 1.8 V analog supply for DSI

My concern is whether the MP157 will operate correctly (for non-DSI use cases) if these pins receive no supply. (Unused pins are floating right now, is that correct or should I connect it to GND)

I have attached my current schematic for reference.

Any guidance would be appreciated.

Best regards

foc_0-1778750404724.png

Regards

Best answer by PatrickF

Hi @foc 

no issue for HW point of view to use STM32MP157FAD in place of STM32MP153FAD, just ensure DSI and related features are not enabled in the SW (as lack of supply could lead to some non responding SW).

 

VDD_DSI is the input of the regulator which provide VDD1V2_DSI_REG output. Both could be left open if not used.

VDDA1V2_DSI_PHY and VDDA1V8_DSI are DSI PHY supplies and could be also left open if no used.

Some details in AN5031 Figure 1 "Power supply scheme" and Table 5 "Supply usage for unused features" .

 

Regards.

 

 

1 reply

PatrickF
PatrickFAnswer
Technical Moderator
May 18, 2026

Hi @foc 

no issue for HW point of view to use STM32MP157FAD in place of STM32MP153FAD, just ensure DSI and related features are not enabled in the SW (as lack of supply could lead to some non responding SW).

 

VDD_DSI is the input of the regulator which provide VDD1V2_DSI_REG output. Both could be left open if not used.

VDDA1V2_DSI_PHY and VDDA1V8_DSI are DSI PHY supplies and could be also left open if no used.

Some details in AN5031 Figure 1 "Power supply scheme" and Table 5 "Supply usage for unused features" .

 

Regards.

 

 

In order 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.Tip of the day: Try Sidekick STM32 AI agent, see here
focAuthor
Associate
May 22, 2026

Hi Patrick,

Thanks for your reply and help.

 

Regards