USBSerial induces extra power consumption in deep sleep #1718
Unanswered
AlexandreCampo
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi @AlexandreCampo |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi Alexandre. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working with a custom board with an STM32L476RG, and trying to get low power in deep sleep.
Before entering deep sleep with STM32LowPower library, I put some peripherals in reset:
If USB CDC is NOT enabled, this gives me a 1.84uA consumption in deep sleep. However, if USB CDC is enabled and USBSerial
initialized, consumption climbs to 608uA.
I tried:
Which leads to 404uA in deep sleep.
I was hoping to reach the nice 1.84uA, but I am stuck here...
Is there any way to disable USB in deep sleep as if it was never initialized and remove any extra consumption?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions