• 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 » TLV descriptors information on msp430f5510
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 >
  • TLV descriptors information on msp430f5510

    TLV descriptors information on msp430f5510

    This question is not answered
    RBG57303
    Posted by RBG57303
    on Apr 10 2012 10:01 AM
    Intellectual270 points

    Hi,

    I wish to know how do we interpret TVL descriptors information (Attached below). Also how do we extract serial number information form the chip. And how long is the serial number. Is there a way to distinguish serial number information across msp430 family

    TLV_LDTAG              /*  Legacy descriptor (1xx, 2xx, 4xx families) */
    TLV_PDTAG             /*  Peripheral discovery descriptor */
    TLV_Reserved3      /*  Future usage */
    TLV_Reserved4      /*  Future usage */
    TLV_BLANK             /*  Blank descriptor */
    TLV_Reserved6      /*  Future usage */
    TLV_Reserved7      /*  Serial Number */
    TLV_DIERECORD  /*  Die Record  */
    TLV_ADCCAL          /*  ADC12 calibration */
    TLV_ADC12CAL     /*  ADC12 calibration */
    TLV_ADC10CAL     /*  ADC10 calibration */
    TLV_REFCAL          /*  REF calibration */
    TLV_TAGEXT           /*  Tag extender */
    TLV_TAGEND          //  Tag End of Table

    RBG

    MSP430 microcontroller MSP430 microcontroller MSP430F5xxx 5xx msp 430
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Luis RC
      Posted by Luis RC
      on Apr 10 2012 14:30 PM
      Expert6010 points

      Hi RGB,

      You can find a description of the TLV contents in the datasheet (Table 60 in http://www.ti.com/lit/ds/symlink/msp430f5500.pdf)

      The .h file for each device will define a value for each one of the #defines above. i.e:

      #define TLV_DIERECORD         (0x08)      /*  Die Record  */
      #define TLV_ADCCAL            (0x11)      /*  ADC12 calibration */

      This value represents a tag value which is used by the code to locate the address of the corresponding record.

      I.e. When looking for Reference Calibration values (TLV_REFCAL = 0x12), the TLV_getInfo function will start looking at the TLV tags, starting with the die record (0x08), then the ADC10 calibration (0x13) and then it will find the REF Calibration with a value of 0x12 and it will return the data starting with "REF 1.5V Reference Factor"

      The F5510 doesn't have a Serial Number in TLV. You can actually see that msp430f5510.h has this descriptor as "reserved":

      #define TLV_Reserved7         (0x07)      /*  Serial Number */


      You can however, distinguish the F5510 from other MSP430 families/derivatives by looking at the Info Block (start of TLV as shown in Table 60 of datasheet). This structure has a specific device ID and Rev which depends on the actual device Revision.

      This structure can be read using the TLV_getDeviceType function.

      You can find some TLV examples in MSP430Ware inside DriverLib: http://www.ti.com/tool/msp430ware?DCMP=msp430ware&HQS=msp430ware

      Regards,

      Luis R

      5xx TLV
      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