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

Post History

50%
+0 −0
Q&A How to define Vsat for MOSFET as a switch?

First, that's an archaic chip that requires a lot of circuitry around it to do anything useful. Why use this particular chip? Second, the datasheet gives you an example of how to use this part as ...

posted 3y ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2020-09-26T12:40:38Z (over 3 years ago)
First, that's an archaic chip that requires a lot of circuitry around it to do anything useful.  Why use this particular chip?

Second, the datasheet gives you an example of how to use this part as a step-up converter with external switch.  Why not follow that?

Third, blindly following equations in the datasheet is no way to design anything.  You have to actually <i>understand</i> what is going on first.

Note that the example step-up circuit with external switch uses a NPN transistor as the external switch, not a FET.  This switcher chip is more suited to driving a BJT than a FET.

Page 8 of the datasheet shows this example circuit:

![Image](https://electrical.codidact.com/uploads/T1UaBTTbyMG6dZMQaHVSdzbe)

I see no reason not to follow this, considering you really want to use this chip in the first place.

The NPN transistor must be rated for the full output voltage.  Since that is apparently 180 V in your case, it should be rated for 200 V at least.

Your main question seems to be about R1 in your schematic, which is Rsc in the schematic above.  That is the current sensing resistor that the chip uses to shut off the switch when the current gets above the threshold.  Once you have picked an inductor, this limit should be set to the saturation limit of the inductor.  The external NPN transistor also needs to be rated for this current.

Once you know the maximum current you ever want to allow thru the inductor and switch, you look at page 4 of the datasheet.  It shows the current limit sense voltage being from 250 to 350 mV.  Since 350 mV is the case that results in the highest current, you use that.  Rsc is then simply 350 mV divided by the maximum current you want to allow.

Again, you need to <i>understand</i> the circuit to pick part values.  Once you understand it, how to pick the values will usually be obvious.