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 Control circuit for Power Converters

Parent

Control circuit for Power Converters

+1
−0

There is always a mixed response when comparing power management ICs (PMIC) and microcontrollers in the application of power converters (I mean as pwm controllers). What are the advantages and disadvantages of each? What high level requirements are relevant in deciding which is more appropriate in a particular instance?

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

1 comment thread

General comments (1 comment)
Post
+1
−0

These are my general thoughts: -

  • Easiest - power management IC (PMIC)
  • Smallest footprint - PMIC usually
  • Cheapest - usually PMIC (for a certain minimum performance level)
  • Highest performance - PMIC will outshine all others
  • Best reliability - PMIC
  • Best stability - PMIC
  • Quickest reaction time to load changes - PMIC
  • Quickest reaction time to incoming voltage changes - PMIC
  • Least start-up overshoot - PMIC (especially boost converters)

And now the bad things: -

  • Unreliability - microcontroller
  • Instability - microcontroller
  • Noisiest - microcontroller
  • Poor reaction time to load changes - microcontroller
  • Poor reaction time to input voltage changes - microcontroller

which one is better in the long run and also how to mitigate its drawbacks?

Use the better one - if the better one still has drawbacks then extra circuitry may be required to overcome limitations but, without a specific application/job in mind this cannot be answered.

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

1 comment thread

General comments (3 comments)
General comments
aditya98‭ wrote over 3 years ago · edited over 3 years ago

@Andy aka at present I want to design an AC-DC supply with output specs as 12v 1A , all the softwares are displaying PMICs but microcontroller manufacturers are coming up with reference designs installing complex algorithms.

Andy aka‭ wrote over 3 years ago · edited over 3 years ago

Do you want me to lie to you and say yeah it'll be fine? The above are my general thoughts. The devil is in the detail.

Nick Alexeev‭ wrote over 3 years ago

@‭aditya98‭ Post the links to these reference designs, please. I'm curious.