Skip to content

Fix LT3755 ISN/ISP current-sense pin ordering

Created by: MatthewStephenson

This change fixes the vertical order of the ISP and ISN current-sense pins so that the positive current-sense pin is uppermost on the diagram. This error caused me to have PCBs manufactured with these pins incorrectly wired, because I didn't think to check that the positive sense pin was at the top.

Datasheet link: https://www.analog.com/media/en/technical-documentation/data-sheets/LT3755-3755-1-3755-2.pdf

Before this change it was necessary to cross the current-sense wires as shown, because the ISN (negative) pin was uppermost:

image

After this change the wires don't need to be crossed:

image

This change is consistent with the diagrams in the datasheet which have ISP uppermost:

image


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the symbol(s) you are contributing
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
Edited by Daniel Giesbrecht

Merge request reports