• 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 » All Tags » CCS v3.3
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".

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 v3.3
  • 6455
  • 6713
  • 6713 DSK
  • 672x
  • 6747
  • 6748
  • 674x
  • 67XX
  • boot
  • bootloader
  • c6000
  • C6416
  • C6424
  • C6455
  • C64x
  • C64x+
  • C6713
  • C6713 DSK
  • C6713B
  • C6727
  • C672x
  • c6747
  • C6748
  • C674x
  • ccs
Related Posts
  • Forum Post: Re: XDS560R Code Composer does not support the connected target

    TimHarron TimHarron
    This is likely a driver corruption problem - have you tried reinstalling the XDS560 Emulation drivers? Could you also please let me know what version of CCS you are currently working with? Can you open up CCS with a simulator instead of an emulator configuration?
    on Sep 29, 2008
  • Forum Post: Re: XDS560R Code Composer does not support the connected target

    TimHarron TimHarron
    3.03.20 is the most recent version released per the Spectrum Digital site. The only thing that I can think of is that there is an incorrect version of the USCIF driver which is causing issues with the 560R. If you take a look at the Release Notes found at the link above you will see that the drivers...
    on Sep 30, 2008
  • Forum Post: problem with DSK6455/EVM6455 and CCS 3.3

    Amit Kale Amit Kale
    Hello, We are currently working on EVM6455/DSK6455. We were able to use the board with CCS 3.2, using the embedded JTAG emulator. We were trying to do the same thing using CCS 3.3 we have few queries regarding this 1. Can we use 6455 and CCS 3.3 using the embedded JTAG emulator or External JTAG...
    on Oct 24, 2008
  • Forum Post: Re: problem with DSK6455/EVM6455 and CCS 3.3

    Brad Griffis Brad Griffis
    Amit 1. Can we use 6455 and CCS 3.3 using the embedded JTAG emulator or External JTAG emulator? Yes, both methods work under CCS 3.3. Amit 2. If yes, we were able to execute a program on 6455 using external JTAG emulator and CCS 3.3, but if we had to use the clock() to perform profiling, it...
    on Oct 24, 2008
  • Forum Post: How to measure the cycles of a function multiple times automatically in the simulator?

    Xuedong Xuedong
    Hi, I have a question: how to measure the cycles of a function multiple times automatically in the simulator? More specific, I have the following C file main function and want to measure the cycles of the function xyz() inside the for loop 100 times and save the cycles somewhere. So I can analyze...
    on Nov 6, 2008
  • Forum Post: Re: C672x Code Composer Simulator

    TimHarron TimHarron
    I don't recall if the C672x Chip Support Package was included with the base 3.3 install or if it came with one of the earlier Service Releases. I am running with SR 10 on one machine and SR11 on another, and both show the C672x simulator. See the attached screen shot. Try taking a look in the C:...
    on Dec 8, 2008
  • Forum Post: why DSP_fft16x16t let my program run to dead?

    Rolan Tang Rolan Tang
    Hi, my project is using C6416T, the FFT function DSP_fft16x16t fr. dsp64x.lib is called by my program , when I use optimization level -o2, the my dsp program will run to dead. But when I drop the optimization level to O0 or DSP_fft16x16t isn't called,my dsp program will run well. Can anybody help...
    on Jan 3, 2009
  • Forum Post: Re: why DSP_fft16x16t let my program run to dead?

    Rolan Tang Rolan Tang
    Hi Haryy, Thank you for your reply! I use the CCS 3.3 with the newest update 3.3.8.1, the optimization level is -o2(some files related to EMIFA access is O1),speed more cratical,no program level optimisation,others are default. The file using DSP_FFT16X16T is set to -O0. By the way, DSP/BIOS is used...
    on Jan 6, 2009
  • Forum Post: C6000 updates for Code Generation Tools

    SteveM SteveM
    It seems that for each new update for C6000-CGT it get more difficult to download the file from the Update advisor webpage. I'm trying to download v6.1.7 at the moment and I can't get a response from the server. I can download earlier versions (e.g. v6.0.3) just fine. Has anyone else observed...
    on Jan 16, 2009
  • Forum Post: C6000 CGT v6 produces slower code than v4

    EliotBlennerhassett EliotBlennerhassett
    Greetings, we are considering updating from CCS2.12.14 to CCS3.3 This includes updating from CGT v4.10 to v6.0.8 Subsequently I have also added v6.0.21 CGT I am seeing that the new (6713) code runs 20% slower than the old code, which is unexpected. (expected speedup!). Until we can get at least the same...
    on Mar 12, 2009
  • Forum Post: PLL example programs for c6713 dsk

    rajesh kola rajesh kola
    hi friends, i am using tms320c6713 dsk for my final year project. my topic is power optimization of dsp processor, i want to do frequency scaling to that processor so pls suggest me with use full links or with code related pll.whether if i use the pll divider ckt and divide the frequency of the processor...
    on Mar 16, 2009
  • Forum Post: Craeting and using Task

    mans mans
    Hello, I am new in DSP/BIOS and I want to learn how to create and use a task in DSP/BIOS. I am using 620sim target (a simulator). I wrote a simple hello world and it works well. Now I want to add a new task to it. I use visual configure to add a task to project ( with the name of Task). My code is...
    on Mar 20, 2009
  • Forum Post: Task Scheduling

    mans mans
    Hello, I created a program with two tasks. The source code is as follow: #include <std.h> #include <log.h> #include "TestTaskcfg.h" void main() { LOG_printf(&trace,"Program started\n"); } Void Task_1(Arg id_arg) { int i; for(i=0;i<10;i++) { LOG_printf...
    on Mar 20, 2009
  • Forum Post: Serial Rapid I/O: Request for example code for bulk data transfers >4kiB (EVM6474)

    Dieter Landl Dieter Landl
    With the EVM6474 kit some examples for SRIO transfers are delivered. All the examples support only transfer sizes of up to 4096 byte (with origin in internal memory). Are there any Serial Rapid I/O examples for transferring more than 4096 byte, let's say some MegaByte with source and destination...
    on Mar 25, 2009
  • Forum Post: Re: PLL example programs for c6713 dsk

    BrandonAzbell BrandonAzbell
    rajesh kola i am using tms320c6713 dsk for my final year project. my topic is power optimization of dsp processor, i want to do frequency scaling to that processor so pls suggest me with use full links or with code related pll.whether if i use the pll divider ckt and divide the frequency of the processor...
    on Apr 1, 2009
  • Forum Post: Re: request for help... it is very urgent...please help....

    MANIKANDAN NAGARAJAN MANIKANDAN NAGARAJAN
    first i thank u buddy for your reply.... that error was from matlab only....it displayed as "Embedded matlab block do not support continuous sample time blocks"(From workspace)....{NOTE:This error was shown only during building process while i was trying to implement my algorithm in dsk 6416...
    on Apr 5, 2009
  • Forum Post: [C6713] Specify GEL file for a project

    Robert9862 Robert9862
    Up to now I was using the default GEL file for my board (DSK6713.gel). Now I have to make some modifications to the GEL file (different memory mapping) and I'm wondering if it is possible to specify a GEL file for my project that "overwrites" the default one. Of course I could add a...
    on Apr 22, 2009
  • Forum Post: Re: Reconfiguring Audio and McASP drivers for custom hardware

    David Anderson11625 David Anderson11625
    Hi there, thank you all for the detailed and informative replies. By the end of Friday I had figured out that the parameter "bios.UDEV.instance("mcasp0").deviceId" referred to the number of the physical McASP to be used in that driver. I put a big old comment in the code to that...
    on May 18, 2009
  • Forum Post: Is there CSL for the DM6467?

    linda Pan linda Pan
    I want to enable cache for the DM6467 when I simulate the program in the ccs3.3. But there is no csl for the DM6467. What should I solve the problem? who can help me? Thank you!
    on Jun 3, 2009
  • Forum Post: Dilation & Erosion for c6400

    Hanief Hanief
    Hi, Can anyone help me to use the dilation & erosion function in the c6400 IMGLIB? I'm using v1.04b as can be found on the TI website (SPRC094). For example, I have: image_thr(pingPongBufferA, pingPongBufferB, capture_imageCols, capture_imageRows); IMG_dilate_bin(pingPongBufferB, pingPongBufferA...
    on Jul 6, 2009
  • Forum Post: Fail to get the valid time information by using CSL_tscRead

    Renaissance Renaissance
    In one of my project, I suddenly could not use CSL_tscRead to get the valid time information, while my other projects still could. It is so confusing. Can any of you could give me a hint on what may be going wrong? Thanks a lot Here is the code where I want to estimate the running time by using CSL_tscRead...
    on Jul 28, 2009
  • Forum Post: warning: expression has no effect

    Hanief Hanief
    Hi, I am trying to fill holes in an object. The theory is if the current pixel is 0 (black), the pixel to the left (previous column) is 1 (white) and the pixel above (previous row) is 1, then the current pixel value should be changed to 1. I implemented that with the following program, but it returns...
    on Sep 11, 2009
  • Forum Post: Problems with NDK on the DM642

    Paul Randall Paul Randall
    Hi, I recently upgraded from Code Composer 2.21 to Code Composer 3.3. At the same time, I upgraded from DSP/BIOS 4.90.270 to DSP/BIOS 5.33.06 and from NDK 1.7.1 to NDK 2.0.0. I also upgraded my code generation tools to 6.1.11. Before the upgrade, I have several DM642 boards which worked great as...
    on Sep 16, 2009
  • Forum Post: Using breakpoint to read data from memory to PC file in CCS3.3

    Jessie Cui Jessie Cui
    I need to use breakpoint to read data from memory to PC file in CCS3.3 in the emulator environment. I want to know the velocity of the processing of writing to file. Will it halt the CPU? And how many cycles it halts? Is it related to the amount of data to tansfer?
    on Sep 24, 2009
  • Forum Post: Re: Problem downloading code with Signum JTAGjet to C6713

    Miroslaw Szmajda Miroslaw Szmajda
    Hello Urlich. I'm using also JtagJET from Signum Systems and after installing Signum driver ccs3xjet.zip ver 3.3.02 May 28, 2008 under Win XP and CCS3.3 all work correctly. My problem appears under Windows 7 :). I can examine CPU registers, memory etc, but after downloading code into DSP there...
    on Dec 21, 2009
1234
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