EZ-PD™ CCGx Power SDK noboot project not generate CYACD file

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
Geromino
Level 5
Level 5
50 replies posted 25 replies posted 10 replies posted

Q: why noboot project not generate CYACD file  ?

Q:  why in boot project  when add uart sw tx or uart scb   not working  only  on noboot project

0 Likes
1 Solution
YiZ_31
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

So you can not read config table from the noboot project.

However, you can save the config file you wanted and you can find a config.c file generated. Then you can replace this file with the config.c in  your project.

View solution in original post

3 Replies
YiZ_31
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hi,

CYACD file is used for update bootloadable firmware while noboot project do not have bootloader.

Noboot project is used only for debugging. When you use noboot projects, you can use SWD interface for run-time debugging instead of using Uart. You can refer to:

Debugging CCG3PA with a MiniProg3/Miniprog4 - KBA227291


Regards,
Eddie

0 Likes

I want to understand,  I need implement dual code in bootable and noboot project

In order use ez PD configuration utility ?

because noboot does not repuduce CYACD file?

I want ability read configuration table from Cypd3175

What is correct way to do it?

0 Likes
YiZ_31
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

So you can not read config table from the noboot project.

However, you can save the config file you wanted and you can find a config.c file generated. Then you can replace this file with the config.c in  your project.