• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Power Management » PMU » PMU Forum » Issue on TPS65835----------3D glass solution
Share
PMU
  • Forums
  • E2E Wiki
Options
  • Subscribe via RSS

Forums

Issue on TPS65835----------3D glass solution

This question is answered
SeaFesse
Posted by SeaFesse
on Dec 30 2011 02:41 AM
Intellectual860 points

Hi
 forum members:

I'm now working on a 3D glass solution and demanded that only one KEY is allowed to achive the POWER ON/OFF fuction and  

mode-switch.so we chosed the following method.

 

 

The problem is that I can't  turn of f the system (the glass is always working if it's in  charging staus.

so ...anyone can  help answer in what way the MSP430 can know the VIN has connect an AC adapter (in Battery charging staus) if I don't want to cost an I/O to detect it?

 then my SW can disable the BOOST circuit to solve this issue.


Thanks in advance!

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Daniel Acevedo
    Posted by Daniel Acevedo
    on Dec 30 2011 07:39 AM
    Genius16920 points

    You need to setup an interrupt with the MSP430 on the GPIO connected to the Schottky (P2.1 in the picture above) then drive P3.0 (SLEEP) low when ready to power down. 

    POWER-ON switch power-off TPS65835
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • SeaFesse
    Posted by SeaFesse
    on Dec 30 2011 08:49 AM
    Intellectual860 points

    Hi Daniel,

    Thanks for your reply.However,the approach you provided  works only when the VIN pin is in NC【not connect】state.if an AC adpator or USB connects to VIN pin,and in charging process,this mean fails. That's why I come here for help.

     Besides,I was puzzeld why place a  Schottky on the GPIO. Any clues will be appreciated! 

    Thanks.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Christopher Johnson (TI-PWR)
    Posted by Christopher Johnson (TI-PWR)
    on Dec 30 2011 12:18 PM
    Prodigy330 points

    Hi Benny,

    The diode is to prevent the MSP430 from being back-powered and turned on by this external connection to the SWITCH pin. The SWITCH pin has an internal pull-up if configured in the push-button mode and this diode connection will block this pull-up from powering the MSP430 on when the device should be off. A diode that has a lower forward voltage [VF < 1/3 * VLDO] is ideal to get the MSP430 GPIO to see the VIL input low logic level when the switch is pressed.

    To do what you want you just need to monitor VIN with the ADC or the comparator of the MSP430. It would require a resistor divider from VIN into one of the GPIOs that you choose. Then you can think of a table of operating conditions and how the key should react and the system should behave depending on key press, VIN, boost status, H-bridge switching, charging status, and so on.

    Let us know what other questions you have about this.

    Regards,

    Chris, TI PMU Systems Engineering

    TPS65835
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • SeaFesse
    Posted by SeaFesse
    on Dec 31 2011 03:02 AM
    Intellectual860 points

    Hi Christopher,

    Thanks very much for your answer. It really took me too much time on this SWITCH pin and how to turn the device into sleep mode or  to wake it up...etc.

     I still have doubts on the effect of the Schottky Diode you said. If I take away the diode and configure the GPIO into high-impedance state.Besides, GPIOs

    of MSP430 are initlizated as  input state【high-impedance】when the device is powered on ....so  the diode  seems like a little redundant. 

    I 'm also confused when U say"The SWITCH pin has an internal pull-up if configured in the push-button mode ".  As my experiments say,TPS65835 will not be shut

    down if P3.0 is pulled up , regards of the state of SWITCH  pin. The SWITCH pin only works when P3.0 is driverd to low.【Usually,I  enable the pull-down resistor】

    so the pull up resistor connect to SWITCH pin  you mentioned above is  a part of PMIC, and the pull up resistor connect to P3.0 is part of MSP430,am I right?

    I really think a schematic of SWITCH pin and SLEEP【p3.0】 pin will answer all my  issues.

    ps: TPS65835  has not much  competitive power ,we face a great pressure from Taiwan .so any unnecessary components ,a diode、crystal osscillator ..ect.will be seriously treated .  ^_^!

    5

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Christopher Johnson (TI-PWR)
    Posted by Christopher Johnson (TI-PWR)
    on Jan 03 2012 23:35 PM
    Verified Answer
    Verified by SeaFesse
    Prodigy330 points

    Hi Benny,

    It is not meant to be difficult to use. If you would like some more assistance or have other questions please let us know.

    The SWITCH pin has an internal pull-up resistor that is different from the pull-up / pull-down resistors of the MSP430. I have attached a more detailed drawing of this part of the device. In the drawing the relevant parts of the TPS65835 are shown (PMIC = power functions of the TPS65835).

    The diode is only necessary if you do not want push button press on and off timings set to 16 ms (tON = tOFF = 16 ms). As I said before, the diode is used to block current flow so the device will not power on the MSP430 when you do not want it to be on. Some customers want to do some custom functions like you are and this configuration leaves it flexible and easy to use the part for different 3D glasses platforms you may be working on.

    A crystal is not necessary to operate the device. It is something you can add and connect to make the timing very accurate. Depending on your application, the DCO of the MSP430 may be just ok. Any competitor's part with an MCU would likely need a crystal in order to get the same timing accuracy.

    Regards,

    Christopher Johnson, TI PMU Systems Engineering

    
    

    TPS65835
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • SeaFesse
    Posted by SeaFesse
    on Jan 04 2012 05:57 AM
    Intellectual860 points

    Hi Christopher,

     The drawing explains a lot. Thanks.

    My  system【CC2500+TPS65835】  costs about 450uA on average in active state which benifit from the 32Khz crystal and SW algorithm.so,the crystal matters .

    Thank you once more. ^_^

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Arthur Han
    Posted by Arthur Han
    on Mar 28 2012 07:33 AM
    Prodigy10 points

     

    Hi Christopher,

    is there any more details diagram for TPS65835  ?

    if there is no the Diode, I  can turn off  the VLDO  only by press down the SWITCH over than the  Toff   time.

    but   the VLDO can not be turn off even pressed time  over than  Toff  ,unless config   to sleep with software. 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Christopher Johnson (TI-PWR)
    Posted by Christopher Johnson (TI-PWR)
    on Apr 01 2012 09:08 AM
    Verified Answer
    Verified by SeaFesse
    Prodigy330 points

    Arthur,

    To use the external SWITCH pin in push button or slider configuration you need to keep the SLEEP signal low. If you want to trigger an automatic shutdown using SLEEP please keep SLEEP low and then toggle it low-high-low. The PMU will shutdown on the high-low edge of the SLEEP signal.

    It sounds like you are setting SLEEP to high and trying to shut off the device by pressing the push button. In that configuration I would expect exactly what you are describing. When SLEEP is set to high, the outside button does not have any effect on the PMU.

    Regards,

    Christopher Johnson

    TI, PMU Systems Engineering

    TPS65835
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use