Skip to main content
sateesh babu gorumuchu
Associate
December 27, 2018
Question

We are using STM8L052C6T6 . We are facing some issue on current consumptions. Below are the observations.

  • December 27, 2018
  • 1 reply
  • 1360 views
  • In Active halt mode 3v it is consuming 11uA This is fine. As we increase the voltage above 3v the current gradually increasing
  • 3v ------->11uA
  • 3.3v------>80uA
  • 3.6v------->195uA

As per datasheet in Active halt mode it should consume 0.9uA

Please suggest why it is behaving in this way?

How to reduce the current consumption in halt mode for above values.

    This topic has been closed for replies.

    1 reply

    S.Ma
    Principal
    December 27, 2018

    What are the gpio configuration status? They might consume power proportional to voltage.

    sateesh babu gorumuchu
    Associate
    December 28, 2018

    Thank you for quick response.

    All gpio's are open state.

    After adding the ADC,UART,TIMER,GPIO's, The current consumption increased to 130uA @3v in active halt mode.

    It is consuming 263uA @3.4v.

    Please suggest how to reduce the current consumption?