Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Meaning of some components around voltage reference in SMPS

Parent

Meaning of some components around voltage reference in SMPS

+4
−0

I have generated flyback convertor schematic by TI's Webench Power Designer.
Parameters:

  • universal AC input (85-265V AC)
  • 5V, 2A output
  • isolated
  • UC3843A controller

Basically I understand flyback topology, but I do not understand the function of some components around voltage reference (LMV431 used there).

What are R21, C21, D21 for? How to calculate values?
What are R22, C22, C23 for? How to calculate values?

Just cut-out of the schematic: Just cut-out of the schematic

Full schematic: Full schematic

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+1
−0

At first glance, R22, C22, and C23 look like a compensation network around the TL431. However, this doesn't make much sense because the TL431 is being run open loop. Rfbt and Rfbb divide down the output voltage. The TL431 is turned on when that reaches 2.5 V. The TL431 is therefore used to compare the output voltage to its regulation threshold. When the voltage is above the threshold, the TL431 turns on, which turns on the LED in the opto, which then signals the controller to stop making pulses.

A more likely reason for the R22,C22,C23 network is a little feed-forward. This would change the signal thru the opto from a simple high/low indication to have a small transition region. In that region, the opto will dither, somewhat proportional to the output voltage within that narrow detection region. This was probably used for a little less ripple on the output than would have resulted from a pure high/low indication.

As for R21,D21,C21, I have no idea unless the signal at the top of D21 goes somewhere else that is not show. Without that, all that this circuit appears to do is dump a pulse of current on the TL431 whenever it switches on. I can't come up with a reason why you would want to do that. In fact, that seems like a bad idea, so I don't know what the point is.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (1 comment)
General comments
Chupacabras‭ wrote almost 3 years ago

Thanks for answer. It's LMV431 (1.25V reference), not TL431 (2.5V reference), but that's probably not important in this case. About R21,D21,C21, now I found the same thing in another datasheet, for TPS23750 on page 31. It seems like TI's special recipe.