• 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 » Digital Signal Processors (DSP) » C5000 Ultra Low Power DSP » C5000 Ultra Low Power DSP Forum » C55x Programmers Guide Assembly Tutorial
Share
C5000 Ultra Low Power DSP
  • Forum
  • Announcements
Options
  • Subscribe via RSS
Top 6 Wiki Links
  • C5000 Main Wiki
  • C5000 Software
  • C5515 Boot-Image Programmer
  • CSL (including CSL 3.00)
  • C5000 Connected Audio Framework
  • Porting C5000 Teaching ROM to C5535 eZdsp
  • C55x Programmers Guide Assembly Tutorial

    C55x Programmers Guide Assembly Tutorial

    This question is not answered
    Dozier Summers
    Posted by Dozier Summers
    on May 24 2012 15:19 PM
    Prodigy100 points

    Hello,

    I am new to embedded programming and have been presented with a TMS320C5515 to program on. 

    I have been going through documentation and got to the "C55x Programmers Guide" written/published in 2001.  I tried to do the assembly tutorial at the beginning and cannot get the project to compile correctly.  It was difficult to follow the steps becaus the CCS interface shown in the figures are outdated.  I received the following errors when trying to compile the example:

    Severity and Description Path Resource Location Creation Time Id
    [E0300] 'x' is not defined in this source file tutor tutor.asm line 3 1337888769012 2144
    [E0300] 'y' is not defined in this source file tutor tutor.asm line 3 1337888769012 2145
    [E9999] Illegal directive or mnemonic tutor tutor.asm line 1 1337888769012 2142
    [E9999] Illegal operand tutor tutor.asm line 4 1337888769012 2146
    [E9999] Illegal operand tutor tutor.asm line 5 1337888769012 2147
    [E9999] Illegal token in column 1 tutor tutor.asm line 1 1337888769012 2143
    [E9999] Invalid section name specification tutor tutor.asm line 6 1337888769012 2149
    [E9999] Syntax Error tutor tutor.asm line 29 1337888769012 2150
    [E9999] Unexpected trailing operand(s) tutor tutor.asm line 6 1337888769012 2148

    8372.tutor.asm

     

    Thanks in advance for any input, and God Bless!

    Dozier

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Sunil Kamath
      Posted by Sunil Kamath
      on Jun 15 2012 14:52 PM
      Expert3320 points

      Dozier,

      Please indent the "add" line under Step3b to the left to column #0. I suppose you are using CCSv4. Please make sure you choose TMS320C5515 as the Device Variant in the CCS build tab - you can reach this by right clicking on the project and choosing Build Options.

      You will also need to make sure that the "Codegen outputs algebraic assembly" option is unchecked under the "Runtime Model Options"  as your assembly source file uses mnemonic instructions.

      If there is a mix of algebraic and mnemonic assembly source files, then you can set this option (check it) for the project Build Options and uncheck it for individual mnemonic source files under Properties - which you can reach by right clicking on those files under the project.

      A good way to start would be to use the configuration setup of examples of the C5515 Low Power Chip Support Library (which you can download here. You could also get started with the setup from the C5515 audio filter demo which is available here. These projects will have all the correct settings for the C5515 eZdsp including command linker files which you will need if you want to run your test code on the device on the eZdsp. Once you have these compiling, you can replace the source file with your source file. Just remember that the CSL examples, is setup to run in the C environment, so your test function should be called "_main". I have made these changes to your file and attached it here 1602.tutor_mod.asm.

      To run this test code on the device, memory placement of the vars and table sections will also have to be properly defined in the command linker file. I have changed the "table" section to "tables". Please see the attached command linker file here.  6562.C5515.cmd

      Hope this helps.

      Regards,

      Sunil D. Kamath

      ---------------------------------------------------------------------------------------------------------

      Please click the Verify Answer button on this post if it answers your question.

      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