2018-04-05 07:11 AM
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?
2018-04-11 10:04 PM
Hi,
The firmware for P-NUCLEO-USB002 evaluation kit is called: X-CUBE-USB-PDIt is based on the STM32 microcontroller.All the code is available to download here:
There is a user manual describing the library, named:
UM2063: STM32 USB-PD (Power Delivery) software expansion for STM32CubeThe 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.