cancel
Showing results for 
Search instead for 
Did you mean: 

USBPD Library missing usbpd_lowpower.h

NMartin
Associate III

 

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
Nicolas P.
ST Employee

Hello @NMartin

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

usbpd_lowpower.h

Regards,

Nicolas

View solution in original post

3 REPLIES 3
Peter BENSCH
ST Employee

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.
ST Employee

Hello @NMartin

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

usbpd_lowpower.h

Regards,

Nicolas

NMartin
Associate III

Thank you!