How to debug cypd3135 in cy4531?

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
rttt_3611331
Level 3
Level 3
First like given

I bought cy4531 for test PD power adapter, and a cypd3135 in it. I can update the firmware of it by EZ-PD, and I want to debug the code, did i need something else to support it?

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

Hi ,

There are two ways can help you debug the firmware code.

1. Use no-boot project from SDK project. Which is no bootloader part in the project, you can use PSoC Creator IDE debug the firmware step by step.

2. If you want to use the project with bootloader directly and debug it as run time. You can use UART debug to transmit some information and debug it.

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 ,

There are two ways can help you debug the firmware code.

1. Use no-boot project from SDK project. Which is no bootloader part in the project, you can use PSoC Creator IDE debug the firmware step by step.

2. If you want to use the project with bootloader directly and debug it as run time. You can use UART debug to transmit some information and debug it.

Best Regards,

Lisa

0 Likes