This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Do you have the simulation model of LM2907?
HSpice,PSpice,TINA-TI,,,
Best Regards,
Kato
Hello Kato,
There is no official SPICE model for the LM2907/LM2917, but there are some on the Web built by third partys.
Google "LM2907 SPICE model" and you will find a few of these.
https://forum.allaboutcircuits.com/showthread.php?t=38423
http://forum.allaboutcircuits.com/showthread.php?t=38554
TI does not support these models, but they are better than nothing.
Note that there are differences between the LM2907 and LM2917, particularly with the power supply and input stage thresholds.
Regards,
Hi Deepika,
It is possible that the error you see is in the subckt line:
.param IUP = 200u IDN = IUP
and that rewriting the line to:
.param IUP = 200u IDN = {IUP}
or:
.param IUP = 200u
+ IDN = {IUP}
may fix your error.
However, I did say about the family of spice models for the LM2907-8, LM2917-8, LM2907-14 and LM2917-14 devices that I posted up here:
"They are written for ngspice but should run unaltered in LTspice and Pspice."
They are not written for TINA-TI and, as I have not studied the syntax of TINA, I am unable to help you translate them from their native ngspice other than to suggest you have a look at:
https://e2e.ti.com/support/development_tools/webench_design_center/f/234/t/94725
The models I posted run natively in the free web-based EasyEDA tool and also run in LTspice.
The models that the link to allabout circuits points to are clearly described as having been written for, and indeed do run in, LTspice.
It is possible that they use LTspice specific models and syntax that ngspice, Pspice or TINA-TI do not understand.
Hi Deepika,
If you need to end up with a PCB for the circuit in which you are using the LM2907 then you might be better off just using EasyEDA.
It already has schematic symbols, spice models and suitable PCB footprints for all the LM29xx variants.
:)