• 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 » TPS659xx PMU Forum » Voltage problems with TPS65950
Share
PMU
  • Forums
  • E2E Wiki
Options
  • Subscribe via RSS

Forums

Voltage problems with TPS65950

This question is not answered
Juliano Felix de Abreu
Posted by Juliano Felix de Abreu
on May 03 2012 10:07 AM
Prodigy120 points

Hey,

We developed an board with TPS65950 and DM3730, but we have a problem.

In this board have all pins of the DM3730 without connections, except the pin to MMC (memory card) and the power connections with TPS65950. The voltages that go to processor VDD1, VDD2 and VIO1_8, they are ok. This is confirmed because when connected the UART3 of the processor to COM1 of PC through an converter (max3160 and txs0104) we have on pc terminal the value ASIC id.{00}{04}{01}{05}{01}60{07}{07}{13}{02}{01}{00}{12}{15}{01}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{14}{15}{01}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}{00}

¯ Awaiting ASIC id
¯ AsicId items 04
¯ AsicId id            01 05  01  36 30 07 07 
¯ AsicId secure_mode    13 02  01  00 
¯ AsicId public_id     12 15  01  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
¯ AsicId root_key_hash    14 15  01  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

This happens with beagleboard too.

However, the 65950 does not provide voltage to the VAUXs (1,2,3,4), VMMCs(1,2) (in this case we checked if the pin MMC_CD of control of the memory card is low when we input the memory card, pin P12 - GPIO.0/CD1 of the 65950.

The 65950 provide voltage only VDD1, VDD2, VIO1_8 and VPLL1 and VPLL2. We checked and the pins are not in short circuit. And the pins of boot are configurated as: boot0 = high and boot1 = low.

Do you know what is the problem? If is necessary some configuration by software in the first use.

Thank you very much!

Juliano

Voltage problems TPS65950 Power Management DM3730 ASIC id
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Philippe Perney
    Posted by Philippe Perney
    on May 07 2012 13:25 PM
    Prodigy420 points

    Hi,

    Could you check that the "not working ressources" are attached to an "ACTIVE" state machine? For 65950 family when a resource is detached to all state machine it goes to "OFF".

    to do so you need to inquire the VXXX_DEV_GRP register.

    Exampleto switch on VAUX1

    1/ Set the output voltage by writing VEL[] bit in VAUX1_DEDICATED
    2/ then attach VAUX1 to P1:  write 0x80 in register VAUX1_DEV_GRP. (note TPS65950 has 3 state machines and ressources can be atached to one, two or three of them, in this case the value to write is explained in TRM VXXX_DEV_GRP section). In standard linux the resources are attached to P1 only.

    Hope this is helpfull
    Don't forget to click verified answer if this post answers your question.

    Regards,
    Philippe

     

    TPS65950 turn on resources
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Juliano Felix de Abreu
    Posted by Juliano Felix de Abreu
    on May 08 2012 16:55 PM
    Prodigy120 points

    Hi Philippe,

    Thanks for your answer!

    We have been trying to read this register (VAUX1_DEV_GRP) but we had a problem. 

    Yesterday, we booted the processor, but it had a error. Look below:

    *** Warning - bad CRC, using default environment

     

    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    I2C read: I/O error
    TWL4030:USB:Read[0xfd] Error 1
    I2C read: I/O error
    TWL4030:USB:Write[0xfd] Error 1
    I2C read: I/O error
    TWL4030:USB:Read[0xfe] Error 1
    I2C read: I/O error
    TWL4030:USB:Write[0xfe] Error 1
    I2C read: I/O error
    TWL4030:USB:Read[0xfe] Error 1
    I2C read: I/O error
    TWL4030:USB:Write[0xfe] Error 1
    I2C read: I/O error
    TWL4030:USB:Read[0xff] Error 1
    I2C read: I/O error
    TWL4030:USB:Read[0xff] Error 1
    I2C read: I/O error
    TWL4030:USB:Write[0x9] Error 1
    I2C read: I/O error
    TWL4030:USB:Read[0xac] Error 1
    I2C read: I/O error
    TWL4030:USB:Write[0xad] Error 1
    I2C read: I/O error
    TWL4030:USB:Write[0x6] Error 1
    I2C read: I/O error
    TWL4030:USB:Write[0x6] Error 1
    I2C read: I/O error
    TWL4030:USB:Read[0xfe] Error 1
    I2C read: I/O error
    TWL4030:USB:Write[0xfe] Error 1
    In: serial
    Out: serial
    Err: serial
    Beagle xM Rev C

     

    Today, we verified that I2C1(processor) that communicate with I2C_CNTL(power management) does not work.

    The clock of I2C is working, but the data is not working, it is all time in high logic level. We will check if have a problem on trail PCB (I2C_SDA).

    Do you know if this problem can be responsible for the lack of output voltages in the power management?

    We have been trying make a new board for check if this problem is of the assembly board, as soon as we have the answer we will send you a message about it.

     

    Thanks for your help!

    Regards!

    Juliano

    power management DS3730 TPS65950
    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