• 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 » 6713
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:
6713
  • 6713 DSK
  • 6727
  • 672x
  • 6745
  • 6747
  • 6748
  • 674x
  • 67XX
  • boot
  • bootloader
  • C6000
  • C6713
  • C6713 DSK
  • C6713B
  • C6713DSK
  • C6747
  • C67x
  • CCS v3.3
  • DSK6713
  • dsp
  • DSP/BIOS
  • DSPLIB
  • EDMA
  • EMIF
  • GPIO
Related Posts
  • Forum Post: DSP6713 connect to SDRAM 256Mbit

    Pere Carcel Garcia Pere Carcel Garcia
    In the first contact with this DSP I made different test with the evaluation board DSK6713 and everything was fine. Right now, I've a board desing with a small differences respect to the evaluation board. One of the diference is the sdram memory that i put 256Mbit, 4 blocs, 12 row, 9 col with 32...
    on Jun 30, 2009
  • Forum Post: Communication between C6713 and F2812 DSPs

    Adam Barkley Adam Barkley
    To all, I am looking for any information on interfacing two TI DSPs together to exchange data. The first is a TMS320C6713 floating point DSP which uses an HPI interface. The second is a TMS320F2812 fixed point DSP which uses an XINTF port (19bit address bus, 16 bit data bus, control signals). Has anyone...
    on Aug 6, 2009
  • Forum Post: Porting C6713 project (ROM boot) to DSP/BIOS

    Alex Barry15631 Alex Barry15631
    I have been trying to port an existing project to DSP/BIOS, and I am having difficulty getting the link to work properly. The old/existing project uses a secondary boot loader to copy the program from FLASH to IRAM. It has memory regions set up for the interrupt vectors (0 - 0x1ff), the boot loader ...
    on Oct 6, 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: EDMA performance impact when breaking up a large transfer (1D) into smaller transfers (2DS/1DD or 1DS/2DD,array synchronized (FS=0))

    Steffen Martin Steffen Martin
    Hello Community, I've run into issues when transferring large blocks of data (e.g. 4 kBytes) across the EMIF using the EDMA engine (lock out of other same priority transfers, clogging up the EMIF) which is why I decided to break it up into smaller transfers. I created respective EDMA configurations...
    on Mar 2, 2010
  • Forum Post: watchdog timeout on the 6713

    Kyle Thorburn Kyle Thorburn
    I am working with the 6713 on a design. I have what seems like a simple problem. My program takes longer than it should to start up. In the process my watchdog timer expires and resets the processor. The root of the problem seems to too many global variables being initialized. Is there a place where...
    on Mar 25, 2010
  • Forum Post: 6713 DSP compiler/Linker question

    Kyle Thorburn Kyle Thorburn
    I am working on a 6713 DSP project and I have the need to recompile the _auto_init() found in the rts.src. I extracted the _auto_init() from the rts.src and placed it in its own file to be included in my project. By looking at the map file, I find that my _auto_init() is now linked in as expected...
    on Mar 29, 2010
  • Forum Post: booting on c6713

    Thomas W. Thomas W.
    Hello! I'm having serious trouble booting my device. Flashing seems to be ok - although I had to write a custom FBTC-programm - the instructions read from the the flash seem to coincide with the code when viewed as disassembly. I'm using: Dev-Software: CCS 3.3.82.13, Integrated Development...
    on May 4, 2010
  • Forum Post: 6713 - High(er) speed timer input?

    Joe Bauman Joe Bauman
    Good Morning - Does anyone have any experiences with running the timer input on a 6713 (running at 300MHz) at speeds higher than 10MHz? The datasheet says it should work for speeds up to around 75MHz. I'm using a function generator to supply the signal - it is set to about 3V peak-to-peak (0V...
    on May 12, 2010
  • Forum Post: what is the best way to find the excution time of functions using the c6713 dsk and using bios?

    Richard Mersenski Richard Mersenski
    Hi, I need to find the execution time of certain functions in my code to insure the will be able to perform in a real time senario. What would the be the best way to do this using the C6713 DSK evaluation board from Spectrum Digital, and with using a DSP/BIOS configuration file? Thanks Richard...
    on May 19, 2010
  • Forum Post: Re: Can I implement MIMO-OFDM Communiation system using C6713? Need urgent reply....

    Hassaan Siddiqui Hassaan Siddiqui
    Thanks alot RandyP for your nice response. Yes, you are right. This is a large engineering task. I am trying my level best to complete this task but AIC23 is not supporting this task. I have been working on AIC23 for last 2 months. I am trying to send 2 OFDM symbols from AIC23 simultaneously which...
    on May 22, 2010
  • Forum Post: Re: Can I implement MIMO-OFDM Communiation system using C6713? Need urgent reply....

    Hassaan Siddiqui Hassaan Siddiqui
    Thank you for your nice response omap33. I have completed OFDM Modulation and demodulation on DSP C6713. Now I am trying to transmit an OFDM symbol and then receive that signal and perfom OFDM demodulation on another DSP C6713. And after that I have to integrate OFDM with MIMO Technology. I have...
    on May 22, 2010
  • 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: Re: Can I implement MIMO-OFDM Communiation system using C6713? Need urgent reply....

    Hassaan Siddiqui Hassaan Siddiqui
    Thanks RandyP. Referring to Figure 1 of the document you mentioned. In the Transmitter Design, D/A (after IFFT) is the block which I want AIC23 to be used as. The output of IFFT is 16 complex floating point numbers in time domain that makes an OFDM symbol. And I have to transmit 2 OFDM symbols simultaneously...
    on May 24, 2010
  • Forum Post: trouble with using the CLK_gethtime() function

    Richard Mersenski Richard Mersenski
    I am having trouble using the CLK_gethtime() functions to get timestamps they appear to not be incrementing or working in my code. Every time i use them i get a value of 116 regardless of where i put the fuction calls in my code. Is there a clock function i need to setup some where or can you not use...
    on May 27, 2010
  • Forum Post: Reducing Interrupt Latency Using DSP/BIOS in 6713

    Alan Neidig Alan Neidig
    I need to be able to service an interrupt every 8 microseconds to update 4 values in an external DAC. The write operation to the DAC takes about 50ns, so that only requires a little over 200ns to complete. I am having a problem servicing the interrupt at the 8us rate. It appears to "overload"...
    on Jun 11, 2010
  • Forum Post: McBSP receives only zeros

    Thomas W. Thomas W.
    Hello! I've a custom board, where the McBSP1 of my C6713 is connect to UART via a MAXIM3111E (SPI-converter). On my reference systems everything works fine. On some new boards I only receive zeros - i. e. interrupts are called when I send data, but the data-bits are all zero. The clou is, that...
    on Jun 23, 2010
  • Forum Post: PROBLEM to change a GPIO's value for each peirod of T

    xiaoer han xiaoer han
    HI,all. I have a wired problem using C6713'timer and GPIO. I would appreciate for any help! What I want to do is to change a GPIO's value every period of T . That is to say , at first, GPIO is set value 0 ,and after a certain period T ,the same GPIO is set 1 . Then after another T , GPIO...
    on Jun 29, 2010
  • Forum Post: boot up procedure does not execute on the C6713

    Daniel Gaucher Daniel Gaucher
    Hi Although the full test suite provided with our c6713 board performed successfully, and we could also erase and reprogramme the flash with write check ok, the board refuses to initiate the boot procedure. Does anyone of you has a clue as to what s happening with this board. Actually, we have five...
    on Jun 30, 2010
  • Forum Post: Select Device

    June He June He
    Hi I am preparing for a new project , and some requests will be needed in follow for this design 1. 32-bit floating DSPs 2. Must be the QFP package , any other package such as BGA will not be accept 3. An 32-bit SDRAM interface needed, because a large size APP in this design, and the APP...
    on Jul 2, 2010
  • Forum Post: looking for example code or help with sending data to another DSP using the Host Port Interface (HPI) of c6713 dsp

    Richard Mersenski Richard Mersenski
    Hi, I am looking for some example code, tutorial or manual (preferably example code), that will show how an external device like another DSP chip would communicate or send and receive data through the Host Port Interface (HPI) of a c6713 DSP. I am working on a project where I need to...
    on Jul 22, 2010
  • Forum Post: C6713B DMA HPI interaction

    John Peiffer John Peiffer
    My design uses audio data to cpu via serial port and DMA. We also have periodic communication via hpi bus. With no HPI communication, there are no errors. Communication from host is asynchronous to the DMA cycle. At times we get corrupt audio data with host communication. As I understand, controlling...
    on Jul 27, 2010
  • Forum Post: C67x DSPLIB DP matrix multiply bug?

    Alex Barry15631 Alex Barry15631
    I have an application that is pretty heavy on double precision matrix operations, so I have been trying to replace our matrix multiplication with the optimized function in the C6700 DSPLIB (DSPF_dp_mat_mul). I have found that when I multiply a 5x206 matrix by a 206x5 matrix (getting a 5x5 matrix as an...
    on Jul 30, 2010
  • Forum Post: TMS320C6713 EMIF to FPGA

    DanR DanR
    Hi, My cusotmer is working on an FPGA DMA interface between the FPGA SRAM and the TMS320C6713B EMIF. They have SRAM inside the FPGA. They would like to use the DSP's SBSRAM. “TMS320C6000 DSP External Memory Interface (EMIF) Reference Guide” page 56~57 show SBSRAM Read and...
    on Sep 20, 2010
  • 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