• 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 » C6713
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:
C6713
  • 6713
  • 6713 DSK
  • 6727
  • 672x
  • 6745
  • 6747
  • 6748
  • 674x
  • 67XX
  • ADC
  • boot
  • bootloader
  • C6000
  • C6455
  • C6713 DSK
  • C6713B
  • C6713DSK
  • C671x
  • C6747
  • C6748
  • C67x
  • CCS v3.3
  • csl
  • DSK6713
  • dsp
Related Posts
  • Forum Post: Re: BIOS, Port Configuration

    Brad Griffis Brad Griffis
    Don't forget to use "volatile" keyword! *(( volatile unsigned short int*)0x90080006) |= 1;
    on Jul 17, 2008
  • Forum Post: [C6713] Output of 64-bit variable

    legear legear
    Hi, using the C6713, is there a way to display 64-bit variables (long long var) in hex style on the screen? I've tried it in different ways, e.g.: LOG_printf (&output, " %X ",var); LOG_printf (&output, " %16llX ",var); Though, no matter what I do, it always cuts...
    on Sep 8, 2008
  • Forum Post: Re: Output of 64-bit variable

    Brad Griffis Brad Griffis
    The BIOS documentation doesn't show support for "long long" with LOG_printf. As a workaround you could output two variables. Perhaps something like this would work: LOG_printf(&output, "%x %x", var>>32, var); Let us know if that works.
    on Sep 9, 2008
  • Forum Post: Re: Code For Real time FFT

    TimHarron TimHarron
    MSK Hi to all.... Am shankar.....Am working with DS6713....Past 2 to 3 weeks i tried to write a program for real time fft,but unfortunately i couldn't got anything.....Am following DSP and application with DSK6713&6416 by Rulph Chassaing....Will anybody give me the code for real time FFT.......
    on Oct 3, 2008
  • Forum Post: Re: RTDX Using DSK6713

    Bernie Thompson TI Bernie Thompson TI
    RTDX is not very commonly used from what I see these days (you may be better off transferring data out through other means), but it is still in there. Most of the resources for how to and examples for RTDX can be found in the help files of CCS, both the Content and Tutorial options from the help menu...
    on Oct 8, 2008
  • Forum Post: TMS320C67x - Student Guide

    bachehkaraji bachehkaraji
    Hi, I want to know if there is a Student Guide with title “TMS320C67x DSP Design Workshop" or any another title? Thanks
    on Oct 12, 2008
  • Forum Post: Re: Interrupt handelling

    TimHarron TimHarron
    This is a fairly broad question, so I'll direct you to some material to read up on interrupts. C67xx CPU and Instruction Set Guide Chapter 5 discusses the interrupt architecture C6000 Chip Support Library API Guide Chapter 14 covers the IRQ Module which, if you are not using DSP/BIOS, can be used...
    on Oct 17, 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: 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: Re: debugging boot-loader code, controlling where CCS3.3 starts

    dsp_5g dsp_5g
    Tim, Thanks, very helpful !! ... but also spawns additional questions. Specifically, your suggestion to put an infinite loop early in the bootloader, to give me time in CCS to attach to the target, begs the question... What is the minimum amount of initialization that MUST be accomplished in the...
    on Nov 20, 2008
  • Forum Post: [C6713] why does my boot-load branch instruction NOT contain an absolute address to _boot_2 ??

    dsp_5g dsp_5g
    I am struggling with the boot-load code of a custom target. Here is the first level bootload assembly code, after being processed by the hex6x (binary option, -b) and the absolute lister, abs6x: 5 * First-level boot-loader, boot_1.asm 6 * This is patterned after a RESET IST entry, as all 7 * it does...
    on Nov 25, 2008
  • Forum Post: Re: why does my boot-load branch instruction NOT contain an absolute address to _boot_2 ??

    dsp_5g dsp_5g
    Brad, thanks for your reply: my device is a C6713B, but my problem was a failure to read another manual :-( The target location, _boot_2, was 0x90000400, and the CPU and Instruction Set manual clearly states the the MVKL, MVKH instructions each embed 16bits of address into the opcode, shifted 7-bits...
    on Nov 25, 2008
  • Forum Post: Re: reference framework software

    TimHarron TimHarron
    You can find the download for the last version of RF (3.3) here . You will need to login with your my.TI account.
    on Dec 8, 2008
  • Forum Post: Re: Testing External Memory

    TimHarron TimHarron
    There is an app note on the Power-On Self Test which comes burned into the C6713/C6416 DSKs. This tests many of the features on the board including the external memory. You will definitely need to program the EMIF before attempting to communicate with the memory. Once configured, the test could be something...
    on Dec 18, 2008
  • Forum Post: how to measure power consumption in tms320c6713 dsk

    rajesh kola rajesh kola
    hi friends, i purchase tms320c6713 dsk(dsp starter kit) for my M.E.(Master of Engineering) final project.. i want to measure power consumption of dsk... so, please help me to how to measure power consumption of dsk by using multimeters.. my project topic is "Reducing the power consumption of tms320c6713...
    on Jan 29, 2009
  • Forum Post: Re: how to measure power consumption in tms320c6713 dsk

    BrandonAzbell BrandonAzbell
    You can find the schematics for the TMS320C6713 DSK on Spectrum Digital's website at the following : http://c6000.spectrumdigital.com/dsk6713/ . You will find on sheet 9 of those schematics two 0 ohm resistors, R4 and R66, that can be removed and you can place a current meter on the points which...
    on Jan 29, 2009
  • Forum Post: Re: FFT problem in 6713

    TKC TKC
    Hi Brad shouldn't the br_table be of sqrt(n) size rather than n? ~Nishank
    on Feb 10, 2009
  • Forum Post: [C6713] Overlapping Buffers

    Robert9862 Robert9862
    Hi, For a new project on a DSK6713 I want to use DSP/BIOS for the first time. I want to use tasks, streams and the aic23 mini-driver from the DDK. And the most important thing: I need overlapping buffers from the audio codec. So my question is: what is the best way to achieve overlapping buffers...
    on Feb 18, 2009
  • Forum Post: [C6713] Creating Stream on a DHL-Object Fails

    Robert9862 Robert9862
    My application should be able to run in two modes. In the "codec mode", I use the following DSP/BIOS objects: A mini-driver for the AIC23 codec (configured in the tcf-file) A DIO adapter (configured in the tcf-file) A stackable overlap driver (DOV) for the input stream (configured...
    on Feb 25, 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: I2C doesn't generate STOP condition

    Robert9862 Robert9862
    I am using the I2C module in master mode with RM=1 (repeat mode). The communication should look like this: START (r/w=0) send some bytes to the slave RESTART (r/w=1) receive one byte from the slave STOP Everything works fine (the bus analyzer shows that all data is transmitted and received...
    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: 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: Analog Output Question

    BrandonAzbell BrandonAzbell
    Which hardware platform are you referencing? Is it the C6713 DSK from Spectrum Digital? I assume so, as there is a J1 connector on the DSK6713. Do you need this data as parallel 12-bits? Or is there a possibility of using a serial interface like the McASP from the HPI/McASP interface which goes to...
    on Apr 3, 2009
  • Forum Post: TMS320C6713 MCASP

    chunjiang chang chunjiang chang
    Hello, Now i am working with a TMS320C6713, i want to receive data and send data through the MCASP port, i had write the program, when i run the program i can't send data by TDM mode,but i can send data by burst mode and i can receive data no matter MCASP working with TDM mode or burst mode. i...
    on May 11, 2012
12345»
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