Skip to main content
Graduate II
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

 

    This topic has been closed for replies.
    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

    Technical Moderator
    March 28, 2024

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

    Regards
    /Peter

    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
    Graduate II
    March 28, 2024

    Thank you!