(OK, so "Upload image" and "Manage Attachments" are completely different systems. Whatever.)
Successful LT3750 layout.
U1 is the LT3750. The big MOSFET above is its switch. The transformer is to the left.
All the passive components it needs are tightly clustered around it. The traces in that area have as few crosses and vias as possible.
The schematic of that section
Note all those bypass caps: C8, C9, C11. The data sheet says you need those, and you do. C12 and L1 are to keep current spikes from the switcher from getting back into the upstream power circuitry and causing trouble. U2, the inrush current limiter for USB ports, sees any back-current as a fault condition and shuts down. There's a 20ns back-current spike when Q1 switches off and T1 dumps.
Board layout
There's a keep-out area along the inside of the pads for U1 to prevent traces from going into the pads from the "wrong" side. This causes soldering problems. The keep-out area is narrow, so that GND fill goes down the middle.
By the way, this was all auto-routed by FreeRoute in KiCAD. Component positions were adjusted until the routing came out well.
- - - Updated - - -
**broken link removed**
Detail of the critical layout area
Here's a close-up of the critical area of the layout. This follows the suggested layout in the data sheet, but with real part sizes.
This stuff matters. This circuit generates huge spikes with very fast rise times. The LT3750 works by turning flip-flops on and off with fast comparators, and if some unwanted spike trips a comparator early, it won't work. Those bypass caps have to be near the trouble spots, as the data sheet says, and they have to be low-ESR caps to absorb the spikes.
Incidentally, the original poster mentioned driving the CHARGE pin from an Arduino. That's fine, but be aware that it's the edge (OFF to ON) that triggers the CHARGE pin. If the CHARGE pin is high when power turns on, nothing will happen until the next OFF-ON transition.
A few other notes:
- It's helpful to simulate this in SPICE. Get rid of all the unwanted spikes and glitches in the SPICE model. (There may still be real-world spikes due to layout problems, but any trouble seen in the SPICE model will usually be there in the real world.) It's worth looking at what the LT3750 is doing in SPICE. Watch the current in the transformer primary and the voltage at the current sense resistor, and see the gate turn off when the threshold is crossed. On the real hardware, watch the same thing happen on a scope. They're reasonably close when you get it working right.
- Those strange parts M1, M2, etc.? Those are dummy "narrowers" to connect a wide trace to a narrower trace. KiCAD doesn't do "necking" well, and without that, you can't connect a wide trace to the tiny 0.5mm pitch pins of the LT3750.
- In layout, it's helpful to have a footprint for the LT3750 which has no bare copper under the raised part of the pins. If you have copper there and you get a solder bridge under the raised part of the pins, getting it out is really tough. (I had a very difficult hour doing rework under the microscope with the first board design.)
- Note that the output diode D1 has to have really fast recovery. The data sheet points this out. The data sheet recommendations on MOSFET, transformer, and output diode are important.
Once you get all this right, it's a great cap charger. Its strategy for running the switcher is near-optimal.