• 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 » Help with Graphics Driver
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 >
  • Help with Graphics Driver

    Help with Graphics Driver

    This question is answered
    Jacob Hurd
    Posted by Jacob Hurd
    on May 22 2012 15:40 PM
    Prodigy110 points

    I'm writing a graphics display driver for a display and I'm using a test program to see if my driver works.

    It is using an msp430fr5969 and I'm using an msp430fr5739. Everything seems to be working correctly except for two things.

    It says it cannot find the constant __MSP430_BASEADDRESS_CS_A__ when compiling and I can't find it anywhere, and I can't seem to find msp430fr5969.h file either.

    Can anyone point me in the right direction please?

    Here's the portion of the code where it is used...

    void clockInit(void)
    {
        CS_init(__MSP430_BASEADDRESS_CS_A__);
    
        CS_setDCOFreq(__MSP430_BASEADDRESS_CS_A__,CS_DCORSEL_1,CS_DCOFSEL_3);
    
        CS_clockSignalInit(
        		__MSP430_BASEADDRESS_CS_A__,
                    CS_ACLK,
                    CS_VLOCLK_SELECT,
                    CS_CLOCK_DIVIDER_1
                    );
    
        CS_clockSignalInit(
        		__MSP430_BASEADDRESS_CS_A__,
                    CS_SMCLK,
                    CS_DCOCLK_SELECT,
                    CS_CLOCK_DIVIDER_1
                    );
    
        CS_clockSignalInit(
        		__MSP430_BASEADDRESS_CS_A__,
                    CS_MCLK,
                    CS_DCOCLK_SELECT,
                    CS_CLOCK_DIVIDER_1
                    );
    
    }
    Thanks in advance!
    msp430 fr 5969 5739
    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 May 22 2012 16:40 PM
      Verified Answer
      Verified by Jacob Hurd
      Mastermind7225 points

      Searching an install of CCS 5.2 the only definition of __MSP430_BASEADDRESS_CS_A__ is in C:\ti_ccs5_2\ccsv5\ccs_base\msp430\include\msp430fr5969.h The msp430fr5969 is probably a device which hasn't been released to market yet, since I can't find any data for it on the TI website. Guess that CS_A is some sort of new "Clock System", but without a device datasheet difficult to know how you would port the example to another device.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Jacob Hurd
      Posted by Jacob Hurd
      on May 22 2012 16:44 PM
      Prodigy110 points

      Thanks! That was very helpful. I had no idea why I couldn't find any information on the msp430fr5969.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Chester Gillon
      Posted by Chester Gillon
      on May 22 2012 16:47 PM
      Mastermind7225 points

      I have just found the following in the Examples section of the release notes for MSP430ware 1.10.02.21 which came with CCS 5.2:

      Some of the code examples in the "Examples" folder contain projects for some of the devices not yet released to market[MSP430FR5969].

      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