• 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 » Questions about EZ430_f2013 SD16 module
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 >
  • Questions about EZ430_f2013 SD16 module

    Questions about EZ430_f2013 SD16 module

    This question is answered
    YING-CHANG CHENG
    Posted by YING-CHANG CHENG
    on Aug 17 2009 10:45 AM
    Prodigy60 points

     

    Hello all,

    I was involved in a project which need to use the SD16 module in EZ430_f2013 USB stick. However, when I practiced the code example "msp430x20x3_sd16A_01.c" (as shown below) and downloaded it into my EZ430 stick, I could not get stable SD16MEM0 value (variation was large).

    /////////////////////////////////////
    #include  <msp430x20x3.h>
    void main(void)
    {
      WDTCTL = WDTPW + WDTHOLD;   // Stop watchdog timer
      P1DIR |= 0x01;                            // Set P1.0 to output direction
      SD16CTL = SD16REFON + SD16SSEL_1;         // 1.2V ref, SMCLK
      SD16INCTL0 = SD16INCH_1;                  // A1+/-
      SD16CCTL0 =  SD16UNI + SD16IE;            // 256OSR, unipolar, interrupt enable
      //SD16AE = SD16AE2;                    // P1.1 A1+, A1- = VSS
      SD16AE = SD16AE2 + SD16AE3;
      SD16CCTL0 |= SD16SC;            // Set bit to start conversion

      _BIS_SR(LPM0_bits + GIE);
    }

    #pragma vector = SD16_VECTOR
    __interrupt void SD16ISR(void)      // I set a break point here
    {
      if (SD16MEM0 < 0x7FFF)  // SD16MEM0 > 0.3V?, clears IFG
        P1OUT &= ~0x01;
      else
        P1OUT |= 0x01;
    }
    ///////////////////////////////////////////

    In this example, I think the SD16 can only sense 0v to 0.6volt (please correct me if I am wrong). Therefore, I set up a simple example in which I used a DC supply, 0.6 volt connecting with a series of resistors R1 (1KOhm) and R2 ( 2KOhm) to GND; I fed the R2 voltage (0.4v) and GND into my EZ430 input hole P4 and P5 respectively. When I set a break point in "__interrupt void SD16ISR(void) " and press GO, the SD16MEM0 value I got from each break was not the same, and the value varied from 30000 to 40000. I also thought the SD16MEM0 of 0.6V should be 65535, but I still got an unstable result. Does anyone have any suggestion? 

     

    Thank you all.


     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • aBUGSworstnightmare
      Posted by aBUGSworstnightmare
      on Aug 17 2009 17:04 PM
      Verified Answer
      Verified by YING-CHANG CHENG
      Guru17270 points

      Hi,

      there are some posts in the forum covering the SD16, i.e.

      http://e2e.ti.com/forums/p/8234/32191.aspx#32191
      http://e2e.ti.com/forums/p/3130/22113.aspx#22113

      The contain a lot of useful information on how to setup/use the SD16 peripheral.
      Rgds
      aBUGSworstnightmare

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • YING-CHANG CHENG
      Posted by YING-CHANG CHENG
      on Aug 18 2009 01:34 AM
      Prodigy60 points

      Thanks a lot~~     [:Y]

      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