CYPD3120 - how to disable internal LDO?

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
Ivan_Lee
Level 5
Level 5
Distributor - Zenitron(GC)
100 replies posted 5 likes given 100 sign-ins

CCGx SDK : CYPD3120 - how to disable internal LDO?

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

Hi Ivan,

Please disable the LDO with this register:

/*

* 20V regulator enable signal

* "1" : Enable regulator to output supply onto VDDD

* "0" : Disable regulator

*/

#define PDSS_VREG_VSYS_CTRL_VREG20_EN                       (1u << 0) /* <0:0> R:RW:0: */

Regards,

Eddie

View solution in original post

0 Likes
2 Replies
Ivan_Lee
Level 5
Level 5
Distributor - Zenitron(GC)
100 replies posted 5 likes given 100 sign-ins

We have a exernal LDO ( VBUS to 3.3V ) to connect to CCG3's VSYS pin.

In a dead battery condition, then the internal LDO is turned on and the VDDD is supplied by VBUS.

after CCG3 power - on, how to disable internal LDO?

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

Hi Ivan,

Please disable the LDO with this register:

/*

* 20V regulator enable signal

* "1" : Enable regulator to output supply onto VDDD

* "0" : Disable regulator

*/

#define PDSS_VREG_VSYS_CTRL_VREG20_EN                       (1u << 0) /* <0:0> R:RW:0: */

Regards,

Eddie

0 Likes