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
MaLi_3529141
Level 3
Level 3
25 replies posted 25 sign-ins 10 replies posted

Dear,

I downloaded EZ-PD Dock Reference Design v1.1 ISO from the following website:

https://www.cypress.com/documentation/reference-designs/ez-pd-ccg4-usb-type-c-monitordock-solution

cypd4236 dock.JPG

 

 

After installation, I grabbed the example "CCG4_DOCK_REV05" from the following path:

C:\Program Files (x86)\Cypress\EZ-PD CCGx Dock SDK\Firmware\projects\CCG4_DOCK_REV05

 

When I was compiling, I encountered the following error:

4236_V05_Fail.png

Error.JPG

 

How can I solve it?

 

Regards,

Manu

0 Likes
1 Solution
Pranava_YN
Moderator
Moderator
Moderator
100 likes received 500 replies posted 250 solutions authored

Hi,

CCG4 has dual firmware architecture where CYPD4236-40LQXI_dock is the main project and backup_fw is the backup project. You should build and use both projects together for CYPD4236. 
noboot is the project same as above but without dependency of a bootloader. This is used to debug the firmware using SWD.

CY7C65219-40LQXIT_dmc_Rev05 is the firmware project for Dock Management Controller (DMC).

PranavaYN_0-1639463224749.png

 

Please let me know your exact application. You can use CYPD4236-40LQXI_dock + backup_fw for CYPD4236.

Best regards,
Pranava

View solution in original post

0 Likes
3 Replies
Pranava_YN
Moderator
Moderator
Moderator
100 likes received 500 replies posted 250 solutions authored

Hi Manu,

 

Can you please create the project in new workspace and try building it?

Also please do share the log present in Output tab of the PSoC Creator so that I can help you better.

PranavaYN_0-1639374729783.png

 

 

Best regards,
Pranava
0 Likes
MaLi_3529141
Level 3
Level 3
25 replies posted 25 sign-ins 10 replies posted

Dear Pranava,

I found that selecting workspace'CCG4_DOCK_REV05' (4 Projects) can compile successfully.

build pass.JPG

 

What are the functions of these 4 Projects?
If I only use CYPD4236, can I just modify it?
And in this project, remove some GPIOs and add UART?

workspace explorer.JPG

Regards,

Manu

 

0 Likes
Pranava_YN
Moderator
Moderator
Moderator
100 likes received 500 replies posted 250 solutions authored

Hi,

CCG4 has dual firmware architecture where CYPD4236-40LQXI_dock is the main project and backup_fw is the backup project. You should build and use both projects together for CYPD4236. 
noboot is the project same as above but without dependency of a bootloader. This is used to debug the firmware using SWD.

CY7C65219-40LQXIT_dmc_Rev05 is the firmware project for Dock Management Controller (DMC).

PranavaYN_0-1639463224749.png

 

Please let me know your exact application. You can use CYPD4236-40LQXI_dock + backup_fw for CYPD4236.

Best regards,
Pranava
0 Likes