CCG3PA Vconn control enable and polarity

Announcements

Live Webinar: USB-C adoption. Simple & Cost-efficient solutions | April 18th @9am or 5pm CEST. Register now !

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
adgac_4007201
Level 1
Level 1

Hello Cypress Support,

I have few questions regarding VCONN evaluation on the CY4532.

1/ I would to evaluate the VCONN feature on the CCG3PA EVKIT, however the feature is turned off in the default FW. What steps are needed to enable it?

Per the CY4532 EZ-PD™ CCG3PA Evaluation Kit Guide:

The CY4532 Kit has an additional feature to support VCONN supply for cable discovery in the Power Adapter application. The CY4532 Kit hardware and firmware require changes to exercise the VCONN operation. Please contact Cypress Technical Support through www.cypress.com/support to enable the VCONN operation on the CY4532 Kit.

2/ Is it possible to change the logic polarity of the CC_VCONN_CTRL signals to active high in the CCG3PA software?

Thank you in advance!

Adrien

0 Likes
1 Solution
ShifangZ_26
Moderator
Moderator
Moderator
10 likes given 250 sign-ins 1000 replies posted

Hi ,

The answer is below:

1. The step is below: (Power Adapter application as example)

a. Hardware change on CY4532:

J6, J7, J9 should short 2-3.

b. Firmware change on project CYPD3171-24LQXQ_cla.

(1) Open file stack_params.h, change VCONN_SUPPORT_ENABLE from 0u to 1u.

pastedImage_0.png

(2) Diable Type-C page from TopDesign.cysch.

pastedImage_1.png

(3) Enable VCONN_CC1 and VCONN_CC2 on TopDesign.cysch.

pastedImage_2.png

(4) Re-build firmware project. re-programming the HEX file which new generated into CY4532 to check the VCONN feature.

2. It is possible to change the VCONN_CC1 and VCONN_CC2 control logic. The relates firmware code is includes in main.c. You could change it as per your requirements.

pastedImage_3.png

Best Regards,

Lisa

View solution in original post

0 Likes
1 Reply
ShifangZ_26
Moderator
Moderator
Moderator
10 likes given 250 sign-ins 1000 replies posted

Hi ,

The answer is below:

1. The step is below: (Power Adapter application as example)

a. Hardware change on CY4532:

J6, J7, J9 should short 2-3.

b. Firmware change on project CYPD3171-24LQXQ_cla.

(1) Open file stack_params.h, change VCONN_SUPPORT_ENABLE from 0u to 1u.

pastedImage_0.png

(2) Diable Type-C page from TopDesign.cysch.

pastedImage_1.png

(3) Enable VCONN_CC1 and VCONN_CC2 on TopDesign.cysch.

pastedImage_2.png

(4) Re-build firmware project. re-programming the HEX file which new generated into CY4532 to check the VCONN feature.

2. It is possible to change the VCONN_CC1 and VCONN_CC2 control logic. The relates firmware code is includes in main.c. You could change it as per your requirements.

pastedImage_3.png

Best Regards,

Lisa

0 Likes