2022-07-13 04:46 AM
Hello,
I am using a Power Management IC with Digital output supply specifications in my project with very low power. The average digital outputs are: 1.8V, 85uA, 150 uW.
I am struggling to find a suitable low power MCU. Any suggestions?
For example, I looked at STM32L552ZET6Q (attached pdf, page no. 153 Current Consumption table) and the Supply current requirement in Run mode (Range 2) at lowest frequency (100 KHz) is 0.223 mA at 25 degrees Celsius which is higher than what my PM IC can supply (85 uA).
2022-07-13 07:46 AM
This sounds a bit odd.
Any microcontroller will usually start in its normal "running" mode - liable to take mA - it won't go to low-power until code puts it there.
Therefore a power supply that can only manage under 100uA seems very strange.
Maybe give some more details about your design - what are you trying to achieve?
What is this "Power Management IC" that you're using?
2022-07-13 08:03 AM
In addition to what @Andrew Neil said, for such ultra low power applications one typically takes an energy storage device, usually a capacitor, which is charged by the weak source. When a certain amount of energy has been buffered, the STM32 can start or be started and go back to sleep when the minimum voltage is reached.
Regards
/Peter
2022-07-13 09:12 AM
"What is this 'Power Management IC' that you're using?"
Is this some kind of energy-harvesting system, perhaps?