cancel
Showing results for 
Search instead for 
Did you mean: 

USB-C PD Library for P-NUCLEO-USB002

Dominik Müller
Associate
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?

1 REPLY 1
Gregory Go.
Senior II
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.