Skip to main content
Dominik Müller
Visitor II
April 5, 2018
Question

USB-C PD Library for P-NUCLEO-USB002

  • April 5, 2018
  • 1 reply
  • 616 views
Posted on April 05, 2018 at 16:11

Hi, I am developing a USB-C Power Delivery Consumer with VDM Support, but don't know how to use the Library for own Application. Does anyone has a manual how to use the functions from this Library?

This topic has been closed for replies.

1 reply

Gregory Go.
Senior III
April 12, 2018
Posted on April 12, 2018 at 07:04

Hi,

The firmware for P-NUCLEO-USB002 evaluation kit is called: X-CUBE-USB-PD

It is based on the STM32 microcontroller.

All the code is available to download here:

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-usb-pd.html

There is a user manual describing the library, named:

   UM2063: STM32 USB-PD (Power Delivery) software expansion for STM32Cube

The best way to know how to use the function in the library is to take a look at the examples available in the software package.

Is there a function in particular that you don't understand how to use ?

Regards.