cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U375 current consumption at 80 Degrees temperature

vishal12686
Associate II

Hello All,

I am current testing STM32U375RGT6Q at 80 degrees and I see that there is significant increase in the average current consumption at 80 degrees C. Average Current consumption increases from 290uA to 1mA. 

Also note that

1) Pull up and Pull down are 1Mega

2) MCU is in sleep mode for 50 percent of the time.

3) Internal oscillator MSI is used at 3MHz

4) Flash memory is 1MB

5) SMPS mode is used to reduce the current consumption.

Is there a way out to reduce the current consumption at high temperature. I know that STM32L4 series are more stable over temperature but they dont suite the current budget of 300uA 

Increase in current.pngMCU current at 80C.pngMCU current in SMPS mode.png

7 REPLIES 7
Andrew Neil
Super User

Welcome to the forum.

Please give more details about your setup - see: How to write your question to maximize your chances to find a solution

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
AScha.3
Super User

see ds for your cpu, similar :

AScha3_0-1771434668838.png

This depends on the used chip process.

 

>Is there a way out to reduce the current consumption at high temperature.

no.

or choose other chip / manufac.

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

I am using Power Profiler Kit II - nordicsemi.com which can measure upto nA current. The zero ohms R262 is removed and power profiler is connected. 

 

MCU current measurementMCU current measurement

Gyessine
ST Employee

Hello @vishal12686 
Can you provide more details about your configuration?
Are all peripherals disabled?
Is SRAM enabled?
In general, can you specify in which use case are you? In some cases, the Datasheet states that the product's normal behavior can reach your mentioned consumption at 80 degrees Celsius and even more.
However, there is no harm in trying these tips to reduce consumption.
Ensure that you clear all debug mode-related bits and set all unused pins to analog mode.
Also, many bad hardware implementations can lead to an increase in power consumption so double check your PCB. (For this you can use one of our boards schematics as reference). 

Capture d'écran 2026-02-23 094427.png

BR
Gyessine

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.

That's not the full schematic, is it?

What else is powered from VDD_MCU?

Have you checked the leakage vs temperature characteristics of all those capacitors ... ?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

@Gyessine 

No, not all peripherals are disabled, we disable those that can be disabled when not used, maybe we can go through them more and make sure. For example ADC is not enabled more than necessary. Also SPI is turned off when not used to FRAM and MODAC. But UART where we are slave we need to detect when a message is coming. We use PWM on one led all the time so there we need timer for example.

Yes, we need RAM we don’t go to stop mode, only sleep mode is used. RTOS is handling the MCU to go to sleep possible.

pins not used are set to analog mode.

Also, many bad hardware implementations can lead to an increase in power consumption so double check your PCB.  

What is meant by bad hardware implementation? We have pull down which are very high ( 1Mega ohms).

Only MCU is powered from VDD_MCU.

The capacitor used is X7R and has stable dielectric throughout the temperature range.