This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: Reducing very light load loss by a UCD3138 controlled PFC

Other Parts Discussed in Thread: UCD3138

Tool/software: Code Composer Studio

1.How many watts does UCD3138 consume?

2.To enhance efficiency of very light load(2~5% load), the power loss of UCD3138 is a keypoint. How can I to reduce the power loss of UCD3138?

3.The output voltage of aux. power is 12V and the used voltage of  UCD3138 is 3.3V. The voltage should be converted from 12V to 3.3V, the linear converter is easy to used but much loss is needed. Can I use the switching power converter to convert the needed voltage?

  • Hello,

    1. How many watts does UCD3138 consume? 

    Comments: In program mode, UCD3138 consumes about 0.25W.

    2.To enhance efficiency of very light load(2~5% load), the power loss of UCD3138 is a keypoint. How can I to reduce the power loss of UCD3138?

    Comments: If some of peripherals are not used, you can disable it , then they don't consume power and you can gain efficiency. See the program manual for more details.

    3.The output voltage of aux. power is 12V and the used voltage of  UCD3138 is 3.3V. The voltage should be converted from 12V to 3.3V, the linear converter is easy to used but much loss is needed. Can I use the switching power converter to convert the needed voltage?

    Comments: Yes, using a  buck regulator to change 12V to 3.3V is a good way to go.

  • 2.To enhance efficiency of very light load(2~5% load), the power loss of UCD3138 is a keypoint. How can I to reduce the power loss of UCD3138?

    Comments: If some of peripherals are not used, you can disable it , then they don't consume power and you can gain efficiency. See the program manual for more details.

    Question: How can I disable some of peripherals, can you provide some examples?