2022-07-04 04:37 AM
what is the difference between these below currents
– 84 μA/MHz run mode vs Run mode current of 9.45mA in the below table
I always confused which current i have to consider while doing power calculations.
like uA/MHZ when to consider and with out indicating clock only showing mA current consumption.
2022-07-04 07:45 AM
"what is the difference between these below currents"
That's given in the titles of the tables:
"like uA/MHZ when to consider and with out indicating clock only showing mA current consumption"
Current consumption of the chip itself will always depend on how fast it's running - the faster it runs, the more current it takes.
The current that a pin can source/sink is a fixed limit - it doesn't depend on speed.
2022-07-04 11:13 AM
2022-07-04 04:56 PM
Write it as a normal sizable and searchable text. And what's with those super important "your/chip/And" words with underlines?
Of course you didn't tell what MCU you are using...
And at 80 MHz the current consumption with while(1) is 99 uA/MHz, which makes 7,92 mA in total. The rest can be consumed by many things, including the debug interface. It's described as issue 3a here:
2022-07-05 01:25 AM
@NA.1 Why on earth are you posting your reply as an image??
2022-07-05 10:34 AM
Sorry previous i got an error while posting it's not taking the text i written thats why i do t have choice to post the text that's why i came with image
2022-07-05 10:45 AM
Hi Andrew/Piranha sorry for posting that i age underlined texts are nothing but grammer suggestions leave it.
My concern is to calculate the load on the rechargeable battery by the ultra low power MCU stm32l462ret6 .
While taking active or Run mode current before i am not have enough clarity i mean what exactly Run mode current represents.
And another thing is can you please suggest in active state which currents have to consider for power calculation
2022-07-05 11:00 AM
@na.1 "what exactly Run mode current represents"
Exactly what it says in the title of that Table!
There should be separate documentation of what the on-chip peripherals consume.
"which currents have to consider for power calculation"
For battery life calculations, you need to consider everything that gets drawn from the battery - including everything that's external to the STM32.
Rather than trying to calculate it, it's probably better to measure it using something like the X-NUCLEO-LPM01A STM32 Power shield and associated software:
https://www.st.com/en/evaluation-tools/x-nucleo-lpm01a.html
That way you can get a real picture of what your system is actually consuming in its actual operation.