Skip to main content
Associate II
June 10, 2026
Solved

STM32U5G9J-DK1: Significance of unusued 1.8 V LDO

  • June 10, 2026
  • 4 replies
  • 70 views

Hello,
 

I was going through the schematic of STM32U5G9J-DK1 where I came across the unused LDO (U19) for generating 1.8 V on this board. I wanted to know the significance of this LDO and what were the reasons to keep it unpopulated?

Also, can I expect to see an improvement in the driving capability of this rail in case I wish to populate U19 with TPS76301? If yes, which orderable part no. of the same would be recommended?

Best answer by GET

Hello ​@RandomGaurav ,

If you are using pull-ups for some signals to 3V3 and 1V8, please check that both supplies are really independant, to not modify the power-up-/down sequence. If current flows from 1V8 to 3V3 due to your pull-ups or your peripherals, this may change the overall power-up/down behaviour. 1V8 shall start and being regulated before 3V3 starts.

Best Regards,

4 replies

ST Employee
June 10, 2026

Hello ​@RandomGaurav,

“I wanted to know the significance of this LDO and what were the reasons to keep it unpopulated?” :

  • no Audio codec populated, no 1.8V LDO was required : lowered BOM. If a very clean power supply such as a LDO is not necessary, using the VDDMCU_SMPS by default on the 1V8 rail (through R62) is ok and recommended, especially if using the default LCD.
  • if a power supply with LDO is requested on 1V8 rail for any DSI_V3 or for expansion connectors board (as an analogue power supply for exemple) it is possible to use the TPS76301, but verify the power sequencing is fitting your need and power consumption Vs any peripherals used on DSI_V3 or on expansion board.

“Also, can I expect to see an improvement in the driving capability of this rail in case I wish to populate U19 with TPS76301?”

TPS76301 is only 150 mA. Use U19 only if a very clean power supply is needed for some other perpiherals than the default LCD.

Hope this answers your questions.

 

 

Associate II
June 19, 2026

I have been using the discovery kit with a custom board on which i have used peripherials which are supplied by the 1V8 rail. It is observed that once in a while, my LCD display doesn't turn on although the LEDs on the MB1829 do turn on. I suspect that my LCD isn't receibving enough power and hence this issue occurs.

 

Looking forward to your insights on this matter.

ST Employee
June 19, 2026

Hello ​@RandomGaurav ,

Did you make an overall estimation of the power consumptions in your configuration ? The VDD raill (which is supplying 1V8 rail and IOREF rail by default) can support 800 mA with good accuracy and can even withstand up to 1A (TPS62140), providing that your global 5V power input consumpiton configuration supports it. IOREF can be used instead of 1V8 rail if using expansion connectors. 1V8 may be used preferably for clean power supplies to be filtered with less consumption. IOREF is dedicated to interface with logic power supply (150 mA or even more can be withstand depending on the rest of power consumption on VDD). 

Are you using MB1835 LCD daughterboard ( if it is the case, we never experienced startup issues with this LCD on production kits) or you are unsing another LCD on DSI_V3 connector ? In our case, the only specific thing to know is that the DSI.CK_N and DSI.CK_P pairs are inverted Vs standard DSI_V3 connector pinout : the lanes need to be swapped in Software on MCU side (which is the case in the default SW Demo).

Commonly, issues of non-starting LCD can be : power-up/down configuration Vs LCD Reset , I2C if using I2C, bad LCD driver parameters settings.

Best Reagrds,

Associate II
June 30, 2026

Hello,

The circuit I designed uses LM2678S-5.0 for generating 5 VDC which can supply 5 A of current. The 5 VDC generated is fed to an LED (551-0207F) which has a max. forward current of 20 mA. Apart from that, this 5 VDC is fed to the 5 V_VIN pin of CN9 of MB1829.

3V3 and 1V8 pins on CN9 are further used either as pull-ups to signals, or to supply any other peripherial or device connected to DK1. Max. current drawn by our circuit (including peripherials) from 1V8 is around 3 mA, and 156 mA from 3V3.

 

Also, the issue with the MB1835 LCD daughterboard isn't something which occurs on every power cycle. Its occurence is very random. 

GETBest answer
ST Employee
July 1, 2026

Hello ​@RandomGaurav ,

If you are using pull-ups for some signals to 3V3 and 1V8, please check that both supplies are really independant, to not modify the power-up-/down sequence. If current flows from 1V8 to 3V3 due to your pull-ups or your peripherals, this may change the overall power-up/down behaviour. 1V8 shall start and being regulated before 3V3 starts.

Best Regards,