Post Go back to editing

LTC2955-2 Questions

Category: Software
Product Number: LTC2955-2, LTC2955
Software Version: LTspice

Hello everyone!

I’m currently working on a university project and going to use the LTC2955-2 and connect it to a microcontroller. My objective is to use the LTC2955-2 to control the power supply going into a microcontroller by using a pushbutton (PB pin) in the LTC2955-2. 

I have checked the datasheet, demo manual and all the resources available on the website but unfortunately still have some questions and concerns.

Questions: 

  1. In the example circuit for LTC2955-2, what is the purpose of using the mosfets Q1 & Q2? 
  2. What exactly is the function/purpose of the KILL pin?
  3. What to do when I don’t want to use the KILL pin? Also if I want to use it? There’s some information in the datasheet but it is still not clear to me
  4. Since I have the LTC2955-2 device connected to a microcontroller, how will the microcontroller deal with the KILL pin and vice versa? 
  5. Will the KILL pin affect the microcontroller or vice versa? 
  6. From my understanding and observation of my simulation results, the capacitor at the TMR pin controls the time delay, and this delay affects the EN pin when it’s turning HIGH (on) only and not when it’s turning LOW, correct? 
  7. In the example circuit for LTC2955-2, a voltage controlled pushbutton is used, and whenever the pushbutton has been pushed (e.i low) the EN turns on. If i print a PCB and add a regular switch, will I also get the same result? 
  8. When I connect the LTC2955-2 to a simple regulator, the simulation fully runs and gets completed and I get good results, but when I connect it to a more complex voltage regulator (with more pins) the simulation stops at about 5% or 10%, what is the reason for that? And how can I fix it? 

 

Any clarification and more information for my questions would be deeply appreciated.

Parents
  • Hi  ,

    It sounds like you’re working on an interesting project with the LTC2955-2! Here are some clarifications based on your questions:

    1. Q1 and Q2 Usage: Q1 is used to control the voltage level at the /KILL pin, simulating the behavior of the /EN output. Q2 emulates a power supply, turning on to power the load when /EN is asserted low.

    2. Turning Off LTC2955-2: You can turn off the LTC2955-2 by pressing a button, through a falling edge at the ON pin, or by pulling /KILL low. The /KILL pin provides an immediate shutdown mechanism, useful for firmware shutdowns.

    3. Using /KILL Pin: If you don’t intend to use the /KILL pin, pull it up to your power supply or an external supply (1.2V~5V). If you do intend to use it, drive the logic at the /KILL pin using your microcontroller.

    4. /KILL Pin Function: The /KILL pin is an input pin that checks the voltage level of the connected signal. If the voltage is above 0.8V, /EN will not deassert. If it goes below 0.8V, /EN will deassert high.

    5. Effect on microcontroller: No, it will not affect the microcontroller.

    6. TMR Pin: Correct. The TMR pin configures the additional turn-off debounce time.

    7. Switch Functionality: A regular switch pulling /PB to GND when pressed should work the same as shown in the simulation.

    8. Voltage Regulator Information: Could you provide more details on the voltage regulator you’re using and how you’re integrating it with the LTC2955-2?

    Best,

    Gaell

  • Hello @Gaell ,

    Thank you so much for taking the time to answer my questions!! Your answers have cleared up a lot of my doubts.

    As for question 8, when I used simple voltage regulators such as LT1587-3.3 and ADM7150-3.3, the simulation gets completed up till the stop time that I put.

    For the more complex voltage regulators such as ADP2303 and LTC3605, the signals in the graph stop at about 1.24s and don’t continue although the simulation is still “simulating” and hasn’t actually finished up till the required stop time but the graph freezes at this point (1.24s).

    As for my connections, I used the example circuit for all the regulars.

    Also I have connected the OUTPUT (after the output capacitor -C3 in the example circuit-) of the LTC2955-2 to Vin of the regular.

    Best regards,

    Sarah

Reply
  • Hello @Gaell ,

    Thank you so much for taking the time to answer my questions!! Your answers have cleared up a lot of my doubts.

    As for question 8, when I used simple voltage regulators such as LT1587-3.3 and ADM7150-3.3, the simulation gets completed up till the stop time that I put.

    For the more complex voltage regulators such as ADP2303 and LTC3605, the signals in the graph stop at about 1.24s and don’t continue although the simulation is still “simulating” and hasn’t actually finished up till the required stop time but the graph freezes at this point (1.24s).

    As for my connections, I used the example circuit for all the regulars.

    Also I have connected the OUTPUT (after the output capacitor -C3 in the example circuit-) of the LTC2955-2 to Vin of the regular.

    Best regards,

    Sarah

Children
No Data