Hi there.
In an attempt to ad the LM2577 to my component library I did a search for availability on Google.
I found the following library. This library has a LM2576 (the same 5 pin TO220 but with different pin configuration)
I pasted the library (vreg.dcm & vreg.lib) in my KiCad library folder and opened the files in Notepad++. I copied the LM2576 section and made a change in what I believed to be the pin configuration. I sucessfully added the library in the Eeschema > Preferences > Component Libraries. I restarted KiCad (just in case) and reopend Eeschema, clicked the Place component and opened the library âvregâ. I do see the LM2576 in the list but I donât see the LM2577 available.
I have the following section in the .lib file:
#
# LM2576
#
DEF LM2576 U 0 40 Y Y 1 F N
F0 âUâ -350 250 60 H V C CNN
F1 âLM2576â 250 250 60 H V C CNN
F4 âTexas Instrumentsâ 0 350 60 H I C CNN âManufacturerâ
ALIAS LM2576HV
$FPLIST
*DIP8
SOIC8
$ENDFPLIST
DRAW
S -400 200 400 -250 0 1 0 N
X VIN 1 -700 100 300 R 50 50 1 1 W
X VOUT 2 700 -100 300 L 50 50 1 1 w
X GND 3 100 -550 300 U 50 50 1 1 W
X FB 4 700 100 300 L 50 50 1 1 I
X ON/OFF 5 -100 -550 300 U 50 50 1 1 I I
ENDDRAW
ENDDEF
#
# LM2577
#
DEF LM2577 U 0 40 Y Y 1 F N
F0 âUâ -350 250 60 H V C CNN
F1 âLM2577â 250 250 60 H V C CNN
F4 âTexas Instrumentsâ 0 350 60 H I C CNN âManufacturerâ
ALIAS LM2577T
$FPLIST
*DIP8
SOIC8
$ENDFPLIST
DRAW
S -400 200 400 -250 0 1 0 N
X COMP 1 -700 100 300 R 50 50 1 1 W
X FB 2 700 -100 300 L 50 50 1 1 w
X GND 3 100 -550 300 U 50 50 1 1 W
X SW 4 700 100 300 L 50 50 1 1 I
X VIN 5 -100 -550 300 U 50 50 1 1 I I
ENDDRAW
ENDDEF
Is there an additional change I need to perform?