Skip to content

Reconsideration of the whole power subsystem. #34

@willyvmm

Description

@willyvmm

Version Number

All

Bugfix or Enhancement

Both

Description

Reconsideration of the whole power subsystem.

Suggested Solution

I did a quick design review, and I've found some (possible) issues. Some of them have already been pointed out, some are still hidden.

  1. Why MC34063 ??? there are absolutely no benefits to using this chip. Instead, we have a lot of possible issues. So in general all I can tell about this chip is: It is cheap(not exactly) and it works. Nothing else. - NEW
  2. No Fuse. Add eFuse protection to the +VDC(+24V) Feeder input pin #31
  3. No UVLO (Under Voltage Lock-Out) Protection. - NEW
  4. No Softstart on Input side (aka inrush current). No inrush current protection #11
  5. No Sofstart on internal power. (Actually, it's derived from the lack of the softstart on the Input side, and it's uncontrollable) - NEW
  6. Missing capacitor on CMU Reset Pin (Delayed reset is a VERY DESIRABLE feature. In such a HotPlug design I would call it a must-have feature) Partially mentioned: NRST/RESET line doesn't require a pull-up resistor #25 Missing capacitor on the reset signal (EMI hardening) #16

My recommendations are:

  1. Use modern chip: Fx. TPS62932/TPS62933/TPS62933x - Overall BOM cost may be even lower or at least comparable to the current. (smaller and cheaper inductor, synchronous converter instead of the external diode, smaller output cap, built-in OVC protection, etc., etc.)
  2. NIS4461 by OnSemi https://www.onsemi.com/pdf/datasheet/nis4461-d.pdf (e-Fuse with dv/dt control for same price as quality resettable PCT fuse)
  3. Fixed by 1 and 2
  4. Fixed by 2
  5. Fixed by 1
  6. Add an extra 100n Cap on the NRST pin, and remove the pullup. This is also the recommended circuit mentioned in ST Datasheets.

@sphawes I can elaborate a bit more about all of these features if you're interested.

As I'm planning to build a set of feeders for myself, I will implement these anyway. My plan is to do that later this summer. Unfortunately, KiCad projects are not easily mergeable ... BUT if I get a message that You're interested in these changes I Can calculate all components, draw schematics and update PCB ASAP then create a pull request.

Best
Willy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions