Skip to main content
Associate III
March 27, 2024
Solved

USBPD Library missing usbpd_lowpower.h

  • March 27, 2024
  • 3 replies
  • 1132 views

 

Hello,

I am using the STM32 USBPD Library in a DRP battery bank application, and want to reduce idle power consumption. In the documentation and source files, there is mention of a usbpd_lowpower.h file but I cannot find this file anywhere.

There is also a reference to this file in UM2785.

Any idea where I might find this file?

Thanks,

Nate

 

Best answer by Nicolas P.

Hello @NMartin

You can also find that in a dedicated STM32G0 low power application here:

usbpd_lowpower.h

Regards,

Nicolas

3 replies

Peter BENSCH
Technical Moderator
March 28, 2024

usbpd_lowpower.c and usbpd_lowpower.h are part of the software package STSW-USBPD27SFW.

Regards
/Peter

In order 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.
Nicolas P.
Nicolas P.Best answer
ST Employee
March 28, 2024

Hello @NMartin

You can also find that in a dedicated STM32G0 low power application here:

usbpd_lowpower.h

Regards,

Nicolas

NMartinAuthor
Associate III
March 28, 2024

Thank you!