• 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 » c67xx
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:
c67xx
  • 6713
  • 6713 DSK
  • 672x
  • 6747
  • 6748
  • 674x
  • 67XX
  • boot
  • bootloader
  • C6000
  • C6713
  • C6713 DSK
  • C6713B
  • C6727
  • C672x
  • C6748
  • C674x
  • CCS v3.3
  • DSK6713
  • DSP/BIOS
  • DSPLIB
  • EMIF
  • McASP
  • SPI
  • uPP
Related Posts
  • Forum Post: How do I setup the GPIO pins and where are they physically on the PADK c6727?

    manferd manferd
    I've been trying to write a simple program for the PADK Professional Audio Development Kit C6727 DSP that will turn on/off an LED using the HAS pin setup as a GPIO pin according to the state of one of the push buttons, but I can't seem to get it right. Here is what I have: CSL_UhpiHandle hUhpi...
    on Oct 19, 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: Re: I am looking for a MCBSP driver for C6748 without BIOS framework

    michael mendel michael mendel
    Hello I would like to configure a TLV320AIC320K codec via MCBSP C6748. Regards, Michael Mendel
    on Jan 17, 2011
  • Forum Post: Re: I am looking for a MCBSP driver for C6748 without BIOS framework

    michael mendel michael mendel
    Hello We are using the TLV320AIC320K in the following configuration inside are board I also find an Evaluation board without a driver for MCBSP we are using a cascade configuration of smart TDM. The purpose of using MCBSP for configuration instead the I2C is to overcome some codec initialization...
    on Jan 20, 2011
  • Forum Post: dsplib functions disable interrupts.

    deckard26354 deckard26354
    Greetings. I noticed that an IRQ I have to handle MCASP rx events was encountering ROVERN errors on a C6727. After some digging I found that DSPF_sp_fftSPxSP was the culprit. I looked into the given assembler source in dsp67x_src with dsplib and found that DSPF_sp_fftSPxSP disables interrupts...
    on Jul 21, 2009
  • Forum Post: Re: Receiving serial data by McBSP/McASP port by EDMA took a long time to get to the EDMA channel interrupt service routine! Why???

    CMA CMA
    Hi RandyP, I finally found the interrupt service time dealy problem to be due to placing the interrupt service table in an external RAM before properly setting up the EMIF controllers. So this problem is solved now. Now I have a different problem though. It's as follows: I want to burn my...
    on Feb 11, 2011
  • Forum Post: Receiving serial data by McBSP/McASP port by EDMA took a long time to get to the EDMA channel interrupt service routine! Why???

    CMA CMA
    Dear fellow engineers, I hope I can get some help from here instead ... I would really appreciate it! I'm trying to make my 225MHz C6713B board receive serial data through the McASP1, McBSP0 and McBSP1 ports by EDMA. Upon any receive event, I would like to be notified by an interrupt service...
    on Dec 8, 2010
  • Forum Post: I am looking for a MCBSP driver for C6748 without BIOS framework

    michael mendel michael mendel
    Hello I am looking for a MCBSP driver for C6748 without the BIOS framework. Regards, Michael Mendel
    on Jan 17, 2011
  • Forum Post: uPP Transmission Problems (UOR Error on DMA Channel I)

    Gregory Gluszek Gregory Gluszek
    Hello, I’m having trouble with uPP Transmit. I have Channel A configured for 16-bit transmits using DMA I and I'm using an OMAPL138 running at 300 MHz. I have my test code stripped down to a loop in which I perform a single transmit, wait for the interrupt indicating that the transmit...
    on Apr 27, 2011
  • Forum Post: Interpreting cycleCPU count against TI benchmarks for generic C64x & C67x devices.

    CCSv4 Profiling CCSv4 Profiling
    Hello, My question is a little naive and likely that I am missing a point, but still: I have been profiling the Vector Dot Product function using the benchmark DSPF_sp_dotprod() source from C67x DSP Library and DSP_dotprod() source (intrinsic C implementation) from C64x DSP Library respectively...
    on Jun 6, 2011
  • Forum Post: Implementation of speech enhancement algorithm from SIMULINK using embedded target toolbox on DSK6713

    jigar shah jigar shah
    I have developed and simulated a speech enhancement algorithm which uses a combination of MMSE (minimum mean square error) STSA (short time spectral attenuation) and RASTA (relative spectral amplitude) approaches. It gives noise reduction in various noise conditions like airport, car, train...
    on Jul 26, 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: Re: C6726 code build broken when upgrade to CCS v3.3 release 12

    Joseph Zolyak Joseph Zolyak
    I have updated the Code Generation tools to version 6.1.20 and that still did not resolve my problem. I also explored around the forums and found the link: http://www.ti.com/tool/sprc203#supportandcommunity I applied the System Patch from the zipped file, but that didn't help either. I am...
    on Oct 4, 2011
  • Forum Post: C6713B PLLCSR register bit 5:4 Reserved Bit will changel.

    no5870 no5870
    Dear Sir, We set the C6713B-200 PLLM register to config DIVIDER D1(SYSCLK1)=200Mhz, SYSCLK2=100MHz,SYSCLK3=100Mhz, At beginning the DSP is workable and PLL output clock is 100Mhz but after several times to power off/on then the PLL clock will change to 37.5Mhz. We read the PLLM,DIVIDER D1,D2...
    on Oct 28, 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: Threading in C6713, calculating new parameters while sending out zeros to the analog output

    Richard Tullberg Richard Tullberg
    Hi! Im developing an audio process for the tms320c6713 and having trouble that whenever I need to do some calculations of the new parameters being used in the realtime process I get an ugly clicking sound. Especially when i'm allocating new memory on the hardware. My question is, can I thread this...
    on Mar 27, 2012
  • Forum Post: c6745 spi doubt

    Thiyagarajan . S Thiyagarajan . S
    hi, i have one doubt, when i load command to spidat1 register to send command to spi based tft the , it showing that RXINTFLG is full in SPIFLAG REGISTER. please soon reply to the above question, whether it is correct or not ., ? any spi expert may help me soon.................
    on Aug 7, 2012
  • Forum Post: RE: C6745 SPI communication register doubt

    Thiyagarajan . S Thiyagarajan . S
    hi, please c6000 or SPI knowledge engineers reply me the above, by studying the spi data manual, i wrote one function for GLCD_SPI_READ_WRITE. whether tell this is correct or not, or please convey any mistakes i made, expecting the replies soon. /****************************/ /* GLCD SPI Sent Data...
    on Aug 10, 2012
  • Forum Post: C6745 SPI communication register doubt

    Thiyagarajan . S Thiyagarajan . S
    hi, am using tms320c6745 kit , now planning to interface the SPI BASED TFT. I have sample driver code ., the only thing is i want to know how to transmit 8 bit data through SIMO pin. if possible please write the spi code data transfer. please refer the following code to solve my problem void GLCD_Write_Command...
    on Aug 8, 2012
  • Forum Post: i need sample spi dac c code

    Thiyagarajan . S Thiyagarajan . S
    hi, am using tms320c6745 kit, i interface spi dac , so, i need sample code for spi for this processor.
    on Aug 7, 2012
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