• 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 » Microcontrollers » MSP430™ Microcontrollers » MSP430 Ultra-Low Power 16-bit Microcontroller Forum » MSP430 USB communication - works on development board, not on my new device
Share
MSP430™ Microcontrollers
  • Forum
  • Announcements
  • E2E Wiki
Options
  • Subscribe via RSS
MSP430 Resources
  • MSP430 Product Folder
  • MSP-EXP430G2 - MSP430 LaunchPad Value Line Development kit
  • MSP430 Getting Started Guide
  • MSP430 Microcontroller Projects
  • More Resources >
  • MSP430 USB communication - works on development board, not on my new device

    MSP430 USB communication - works on development board, not on my new device

    This question is answered
    Diksha Gandhi
    Posted by Diksha Gandhi
    on Apr 14 2012 21:46 PM
    Prodigy70 points

    Hi!

    I am using MSP430F5636 in my device to communicate to the PC via USB. I am able to transfer USB data through the MSP430 on TI's target board, but cannot replicate the same USB communication when the device is attached to my new board. The MSP seems to work fine on the new board such that I am able to toggle LEDs, but the USB code does not work at all. Does anybody have any clue about this issue? 

    I am using an HID example provided in the USB Developer's code During debugging, I found out that the code gets stuck in an infinite while loop in one of the USB files called HAL_USC.c. Here is the while loop, along with the entire function. 

    uint16_t XT2_Start_Timeout(uint16_t xtdrive, uint16_t timeout)
    {
    // Check if drive value is the expected one
    if ((UCSCTL6 & XT2DRIVE_3) != xtdrive) {
    UCSCTL6 &= ~XT2DRIVE_3; // Clear XT2drive field
    UCSCTL6 |= xtdrive; // Set requested value
    }

    UCSCTL6 &= ~XT2OFF;

    while ((SFRIFG1 & OFIFG) && timeout--) { // Check OFIFG fault flag
    UCSCTL7 &= ~(DCOFFG+XT1LFOFFG+XT1HFOFFG+XT2OFFG); // Clear OSC flaut Flags
    SFRIFG1 &= ~OFIFG; // Clear OFIFG fault flag
    }

    if (timeout) {
    return UCS_STATUS_OK;
    }
    else {
    return UCS_STATUS_ERROR;
    }
    }
    MSP430 USB FET430UIF MSP430F5529 Reset MSP430™
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Chester Gillon
      Posted by Chester Gillon
      on Apr 15 2012 05:37 AM
      Verified Answer
      Verified by Diksha Gandhi
      Mastermind6315 points

      Does the new board have a crystal fitted to XT2?

      For the USB to operate on the MSP430F5636 a crystal of 4 MHz or greater is required to be fitted to XT2, and it is the XT2_Start_Timeout function which attempts to start the XT2 crystal oscillator.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Diksha Gandhi
      Posted by Diksha Gandhi
      on Apr 25 2012 18:24 PM
      Prodigy70 points

      Thank you for your reply!! Adding in the crystal to XT2 definitely helped, and the board is now able to "detect" the USB device when I connect it to the PC. However, there seems to be some enumeration problem since the PC detects my device as "unknown". If I use the same code on the development kit provided by TI, the device is detected correctly. The only thing that is different on my board and the dev kit is that the MSP is powered externally on the board, while the dev kit powers the MSP via USB. So, I am not sure what must be going wrong in the enumeration stage. 

      Thanks,

      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