cancel
Showing results for 
Search instead for 
Did you mean: 

USB PD AVS support in X-CUBE-TCPP

clement_roblot
Associate II

Hello,

 

I don't seam to see anything related to the implementation of the USB PD AVS system to allow a sink to request voltages of up to 48V. Am I miss-reading the X-CUBE-TCPP code? If it is missing, is there a plan to implement it?

 

Thanks a lot

Have a nice day

1 ACCEPTED SOLUTION

Accepted Solutions
FBL
ST Employee

Hi @clement_roblot 

AFAIK, you can extend the USB PD stack to parse and handle APDOs (Augmented PDOs) for AVS. Also, X-CUBE-TCPP package already support EPR mode. No hardware platforms for EPR (up to 240W) are provided yet.

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.


View solution in original post

2 REPLIES 2
FBL
ST Employee

Hi @clement_roblot 

AFAIK, you can extend the USB PD stack to parse and handle APDOs (Augmented PDOs) for AVS. Also, X-CUBE-TCPP package already support EPR mode. No hardware platforms for EPR (up to 240W) are provided yet.

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.


clement_roblot
Associate II

Oki doki, at least I will not be re-inventing the wheel if I implement that myself. Thanks a lot @FBL