• 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) » C6000 Single Core DSP » C67x Single Core DSP Forum » All Tags » CCS
Share
C6000 Single Core DSP
  • Forums
  • Announcements

Browse by Tags

C6000 Single Core DSP

Welcome to the C6000 Single Core DSP Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
CCS
  • 6713
  • 6713 DSK
  • 6727
  • 672x
  • 6747
  • 6748
  • 674x
  • 67XX
  • boot
  • bootloader
  • C6000
  • C6713
  • C6713 DSK
  • C6713B
  • C6713DSK
  • C6748
  • C67x
  • CCS v3.3
  • DSK6713
  • dsp
  • DSP/BIOS
  • DSPLIB
  • EMIF
  • interrupts
  • McASP
Related Posts
  • Forum Post: Re: C6713 Device Cycle Accurate Simulator

    TimHarron TimHarron
    bachehkaraji Trouble running Target CPU: Memory Map Error: READ access by CPU to address 0x1b7c100, which is RESERVED in Hardware. Trouble running Target CPU: Memory Map Error: WRITE access by Default to address 0x1b7c100, which is RESERVED in Hardware. Generally this type of error means that the CCS...
    on Sep 24, 2008
  • Forum Post: Re: Interrupt handelling

    Mariana Mariana
    Hi, to get CCS 3.3 you need to buy it: http://focus.ti.com/docs/toolsw/folders/print/ccstudio.html
    on Oct 24, 2008
  • Forum Post: Re: debugging boot-loader code, controlling where CCS3.3 starts

    TimHarron TimHarron
    Hello Jim, After you load CCS I strongly suggest removing the GEL file as this 'soils' the debug-from-flash experience. The GEL file will, among other things, configure some peripherals which can cause your device to behave different than it would when run on its own. Note that this is actually...
    on Nov 19, 2008
  • Forum Post: [C6713] debugging boot-loader code, controlling where CCS3.3 starts

    dsp_5g dsp_5g
    I have a custom board using C6713B, CCS3.3 and BH USB560bp, and attempting to debug bootload assembly code. My problem is that, from the CCS IDE, since the emulator does NOT yank on the RESET line, the boot-load code does NOT get loaded down at 0x0, and I cannot walk through the boot code. I dearly want...
    on Nov 19, 2008
  • Forum Post: How to get versions of all your CCS components in one screen/file?

    Stephen Turner Stephen Turner
    Hi There is no CCS forum, so I'll post my question here. Is there a way of getting a list of all your CCS component versions (IDE, Compiler, BIOS etc) on one screen/file?. I see you can do it in the component manager, but its hard to compare say one CCS setup to that on another machine. thanks...
    on Feb 12, 2009
  • Forum Post: 6713 DSK and CCS problem ... can't compile!

    smcclellan smcclellan
    I have a 6713 DSK and CCS with all the support packages installed, etc. When I try a compile, say of the "Hello" program or anything else, I get this error: [testapp.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -q -o3 -fr"./Debug" -@"Debug.lkf" "testapp...
    on May 8, 2009
  • Forum Post: Re: Error: CCS 3.3 and DSK6713

    Jeff Lin16262 Jeff Lin16262
    Thanks for the tip! It seems that the DSP/BIOS settings generated via Matlab is not quite the same as your screen shot. We changed the settings here: DSP/BIOS Config (tcf file) We then re-started the build, and still get the same error: Original error We also had trouble finding the exact screen...
    on Oct 29, 2009
  • Forum Post: Problem downloading code with Signum JTAGjet to C6713

    Ulrich Schmitz Ulrich Schmitz
    Hello all, I have a curious problem with my JTAGjet-CCS emulator from Signum Systems. I'm using a DSK6713 with CCS3.3 under Windows XP. Code seems to download correctly with the debugger into internal RAM. But when I look at the disassembly window in mixed mode the disassembled assembly instructions...
    on Nov 12, 2009
  • Forum Post: Re: Can I implement MIMO-OFDM Communiation system using C6713? Need urgent reply....

    Hassaan Siddiqui Hassaan Siddiqui
    Thank you RandyP for your nice response. I have studied the article you shared. But this is not related to work which i am trying to do. I have implemented OFDM Baseband System and now trying to integrate it with MIMO Baseband System. After that I have to made full communication system by integrating...
    on May 24, 2010
  • Forum Post: Any example program with register values to set up C6713b to receive data by McASP1 by EDMA and trigger interrupt upon completion?

    CMA CMA
    Hi, I'm having a highly unusual problem with my C6713b board. When I use the McASP1 port to receive a finite number of serial data half-words, in the burst mode, by EDMA, then trigger an interrupt upon completion, I see a 32us long blank time between running the main program and executing the...
    on Dec 24, 2010
  • Forum Post: Error: CCS 3.3 and DSK6713

    Jeff Lin16262 Jeff Lin16262
    Hi, We're a senior project design team in San Jose State University's Electrical Engineering program. We're using the 6713 to implement an ambient noise-canceling system with phase delay and adaptive filtering. We have been able to link up (or so we believe so far) Matlab 2009b to CCS...
    on Oct 28, 2009
  • Forum Post: C6713 Flash

    Christina Gasca Christina Gasca
    Hello, I have been working on programming the Flash on the dsk6713 using Flashburn in CCS. In order to familiarize myself with Flashburn, I first programmed the flash with a simple program that simply lights up the LEDs and everything worked out fine. Next, I tried programming the flash with a program...
    on Oct 14, 2010
  • Forum Post: C6713b --- Cosine of 0.0 yields 0.0 ! Why???

    CMA CMA
    Hi everyone, My program for C6713b has not be working as expected. After debugging, I finally found the cause to be that it yields 0.0 after computing cosine(0.0)! (when cos(0.0) should be 1.0!) The program included the C6713 and C6713e libraries. It compiled and runs without any complaint...
    on Aug 17, 2011
  • Forum Post: Cannot connect to target if flash memory is blank

    Michael Graham Michael Graham
    I am using code composer 3.1 and Spectrum Digital XDS510 USB pod to program flash memory connected to a C6713 processor . On 2 out of the 4 workstations (if the flash memory is blank) that i try to program the flash memory with on our custom board, i get the following error: Error connecting to the tartet...
    on Aug 22, 2011
  • Forum Post: Problems trying to use c67xmathlib_2_01_00_00 library with bios_5_41_07_24 on C6748 EVM

    Paul Newton Paul Newton
    Hello, I have been passed a proof of concept application that runs without DSP BIOS on a TMS320C6748 SOM-M1 on the Zoom OMAP-L138 EVM dev kit. (Note that we are using the daughter board without the ARM co-processor). Code composer studio Version is: 4.2.0.10017 My current task is to add DSP BIOS...
    on Sep 13, 2011
  • Forum Post: Why does C6713 run slower than the C31?

    CMA CMA
    Hi, I have to switch to use the new TI DSP chip C6713 because the old C31 is out of production and I can't even find them from surplus stores any more. I'm running the C6713 at 200MHz now, whereas I was running the C31 at just 80MHz before. Nevertheless, I converted my old C31 program...
    on Sep 5, 2011
  • Forum Post: Issue running DSK 6713 on windows 7 platform.

    chandra sekhar reddy vootkuri chandra sekhar reddy vootkuri
    Hi, I have issue running DSK 6713 board on windows 7 65 bit OS. I am using CC studio V4.138 and I have problem connecting to the board. I wonder if anyone can help me in solving this issue of finding the winodws 7 drivers for DSK 6713 board. If ccstudio has the drivers already built in it can you...
    on Oct 4, 2011
  • Forum Post: BIOSUSB error, C6748, error: usb device not recognized

    George Paravas George Paravas
    I'm new to the dsp/bios in general, and I' m currently learning how to use the BIOSUSB. I've followed the instructions in the T.I. manuals and I've built the "USB_Dev_Hid" example as it is given in the manuals. I can build and run the example, however I cannot reproduce the...
    on Dec 19, 2011
  • Forum Post: tms320c6713 not responding radomlly with boot loader

    usman yousaf usman yousaf
    i have been using tms320c6713 on a custom board. it works well with the emulator in all respect. but when it is run with boot loader, we found that randomly at power up time processor goes in undefined state and does not even respond to its external reset and never pick data from flash. but most...
    on Oct 10, 2011
  • Forum Post: DSP-SDRAM issue

    deepak siddharth deepak siddharth
    Im using a custom board based whose EMIF configuration is based on DSK6211. It has Two 64Mbit SDRAM (MT48LC4M16A2TG) operating at 100Mhz. The issue now is when i load my program via code composer studio into SDRAM loaction i get is "Data verification failed at address 0x80000000. Please check...
    on Apr 5, 2012
  • Forum Post: Problems with AD535 interrupt routine.

    Andrea Bodini Andrea Bodini
    Hi everyone, I'm new in the world of DPSs and I'm trying to make a guitar tuner with a TMS320C6711 DSK. The program is based on a finite-state machine topology, where: - in the first state It acquires all the samples with a interrupt routine, then, it turn off the interrupts and it proceeds...
    on Oct 15, 2012
  • Forum Post: RE: C6748 Secondary Bootloader - How to Initialize PLL and DDR/EMIF

    JumpStart JumpStart
    Hello RandyP, My secondary bootloader is currently running from L2RAM as described in the wiki page (see earlier post). I have added an initialization module that duplicates the initialization procedure in the GEL file. This initialization is done as the first step entering into the main function of...
    on Mar 16, 2013
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