• 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) » All Tags » DSP
Share
Digital Signal Processors (DSP)
  • Announcements
  • C5000 Ultra Low Power DSP C5000 Ultra Low Power DSP
  • C6000 Multicore DSP C6000 Multicore DSP
  • C6000 Single Core DSP C6000 Single Core DSP
  • DaVinci™ Video Processors DaVinci™ Video Processors
  • OMAP™ Processors OMAP™ Processors

Browse by Tags

Digital Signal Processors (DSP)

Welcome to the Digital Signal Processors (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:
DSP
  • 3530
  • 5505
  • 5509A
  • 5515
  • 6437
  • 6455
  • 6678
  • 6678l
  • 6678le
  • 6713
  • 6713 DSK
  • 6747
  • 6748
  • 674x
  • 8148
  • 814x
  • 8168
  • 8168 DVR_RDK
  • 8168 evm
  • 816x
  • AM1808
  • Beagle Board XM
  • beagleboard
  • Beagleboard omap3530
  • bios
Related Posts
  • Forum Post: I understand all of the Linux stuff, but I’m not sure if I know enough about the DSP side (BIOS) to make an xDM compliant package

    Juan Gonzales Juan Gonzales
    There are various ways by which TI helps their customers get the information they need. 1) The website trainnig.ti.com contains general information of workshops offered by TI as well as free pre-recorded presentations on a variety of topics. Three popular workshops for customers new to DSP are DSP...
    on Jul 31, 2008
  • Forum Post: Re: Video processing algorithm in DSP

    LorryAstra LorryAstra
    Hi Juan, I feel that it is better to develop DSP algorithm in Linux than in Windows CCS. I try to revise some code in "videnc_copy" example in codecs, and then I compile it with XDC tools. After that, I apply this new algorithm in encodedecode demo. Everything sounds good. Could you tell...
    on Sep 2, 2008
  • Forum Post: Re: How to Create Codec on DM6446 run on DSP

    Juan Gonzales Juan Gonzales
    Bob, The post Lorry pointed you to has some good information on developing DSP algorithms. In my humble opinion, the best way to get started is to look at the sample source code under codec_engine_X_XX_XX_XX directory which is part of the DVSDK software installation. You will be able to find very simple...
    on Sep 20, 2008
  • Forum Post: Help needed with DSP BIOS configuration issues in DM6446

    SNBANIK SNBANIK
    I am working on a DM6446 based proprietary HW with external DDR2 based memory. This issue relates to work on the DSP64x side with the BIOS setup. The DSP App. code uses dynamic TSK & SWI creation. I setup the BIOS to configure heap in IRAM (starting at 0x11800000 and len 0x8000) with heap size...
    on Nov 18, 2008
  • Forum Post: DSP training

    chris. chris.
    A good deal of On-Line training course available for both DSP and non-DSP products and applications located at http://www.ti.com/training .
    on Mar 12, 2009
  • Forum Post: With DM6467, How could only I use the DSP side, not through ARM?

    Lee Wen-Yi Lee Wen-Yi
    Dear all: I have a project use with DM6467, and this project needs to capture the camera to do some image processing. I have ever use the board TMS320C6713 to do this project. Now I need to transform the project to DM6467 but only with DSP, not use ARM side. Could DM6467 have the way to operate like...
    on Mar 12, 2009
  • Forum Post: Re: Access CMEM from the DSP on DM6446

    LorryAstra LorryAstra
    Hi BMillikan, (I suppose that you use EVM6446.) I think if you want to access CMEM memory from DSP side, 1. First of all you should let DSP jump out from "reset" state. 2. To find a way to tell DSP that where DSP can find the pointer of contiguous memory allocated from ARM app. I...
    on Mar 13, 2009
  • Forum Post: McBSP Interrupt configuration for TMS320c6414T ,extarnal Frame sync for receiving and transmitting

    dspguy_78 dspguy_78
    Hi All, Currently I am working on the DSP TMS320C6414T , configuring McBSP serial interrupts to CPU (not using EDMA purposely ). MCBSP 0 having interrupts as following Intr 5 => McBSP0 Transmit == > transmit data to Backplane (exchange interface) Intr 6 => McBSP0 Receive == > receive...
    on Mar 13, 2009
  • Forum Post: request for help... it is very urgent...please help....

    MANIKANDAN NAGARAJAN MANIKANDAN NAGARAJAN
    dear sir/madam, i am being in the process of converting my image processing algorithms into hardware design.For that i have chosen TI's tms320c6416 DSK fixed point processor.In that process i am using MATLAB's embedded target Simulink blockset to implement my desing in dsk. current scenario...
    on Apr 5, 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: Do I use another OS except Montavisa in the DM6446?

    MT11895 MT11895
    Hi, Do I use another OS except Montavisa in the DM6446? The kernel more than >2.6.10. If it can, how can install the DSP? Thanks.
    on May 12, 2009
  • Forum Post: DSK HELP

    ahmed10852 ahmed10852
    hello thanks in advance i have Genuis pen tablet connected to my computer. i already developed a program in c language to record the signature . i can record the signature in matlab work space, too. is it better to connect this tablet directly to the DSK or leave it connected to the computer and...
    on May 12, 2009
  • Forum Post: How to compile scale.out in windows CCS and run it in DM6446?

    Richard12023 Richard12023
    we want to code/compile dsp project in windows CCS, so we import the whole dsp scale sample from Linux and create a project for it. After it successfully compiled, we run it as # scalegpp scale_winCompiled.out 1024 1 it failed, error print in Linux console is: -----------------------------...
    on May 20, 2009
  • Forum Post: Getting error when Building Linux Application on Mistral OMAP35xBoard

    Anupam Srivastava Anupam Srivastava
    Hi, Can you please let me the procedure for building Sample Application on Mistral OMAP35x board with Linux as OS if you are aware about it? I also want to establish DSP BIOS Link on the Board. We have run DSP Link configuration Script and it created successfully and after that there are two...
    on Jun 19, 2009
  • Forum Post: How to configure DSP core as same as ARM core?

    Richard12023 Richard12023
    How to configure DSP core as same as ARM core? We found the the dsp system level info is configured in file not read from register, such as clock frequence. And after we starta DM6446 from ARM and load dsp.out via dsplink. But we found: ncycles = CLK_cpuCyclesPerHtime(); // ncycles == 0 ncycles...
    on Jul 16, 2009
  • Forum Post: Developping DSP applications on gumstix overo

    amine chaoui amine chaoui
    HI We are developping new application on gumstix overo, and we want to use DSP on the gumstix to implement code that use H264 codecs. Which tools and librairies that you can use to make DSP usable on our Gumstix Overo Board?, We are using openembedded and bitbake Thanks
    on Jul 16, 2009
  • Forum Post: Re: 6455 SPI/MCBSP configuration problem

    jiefu zhou jiefu zhou
    I have the same problem with Brady. I configure the related register as spra487, from the DXR register, the XEMPTY and XRDY bits in SPCR register, it seems the data have been send out, however, no clk could be detected at clk. I also tried the example Mariana gived, there is no clk output too. ...
    on Aug 23, 2009
  • Forum Post: Re: Interfacing the TMS320C6713DSK and the ADS8364EVM Converter Daughter Card

    Richard Oed Richard Oed
    Well, as the transfers are not blocking, you have to wait for the previous transfer to be completed before submitting a new one. This can be accomplished by inserting a while loop before the dc_readblock() statement: #define ADS8364_STAT_NOTINIT (-1) #define ADS8364_STAT_READY ( 0) #define ADS8364_STAT_RUN...
    on Sep 3, 2009
  • Forum Post: How does one determine if the DM6446 DSP is operational? is the error ARM or DSP related?

    Tiger Team4268 Tiger Team4268
    What is the easiest method of determining if the DSP is up and running? I have the SDK2 "decode" demo running on a MV5 2.6.18 EVM . It runs fine. I am bringing up a DM6446 target board that is also running the same 2.6.18 level kernel (though a different build because of the existance of...
    on Sep 10, 2009
  • Forum Post: Can the PADK be programmed without usb or jtag Emulator?

    manferd manferd
    I have the PADK (tms320c6727) and I don't have access to a jtag Emulator and I can't install the usb drivers onto my 64-bit computer because they are unavailable for 64-bit systems. Can the PADK be programmed through the rs-232 port? If so, how? The usb drivers for the PADK came with some source...
    on Sep 23, 2009
  • Forum Post: DSP hang when run DVSDK Demo in DM6446

    Jack14784 Jack14784
    Hi All: I runing encode demo with dvsdk_demos_2_00_00_07 in dvsdk_2_00_00_22, But system no respond after capture and encode some frame, It seems the DSP hand after runing with CE_DEBUG=2 Lots of error message come out after press Ctrl+C. Below is the detail: 1, run: loadmodules.sh CMEMK module:...
    on Sep 23, 2009
  • Forum Post: link.xdt

    JT4589 JT4589
    Hi, I am adding a DSP lib (vlib.l64P) to my existing engine using XDAIS. I need to generate a link.xdt file for the said library. Can anyone tell me what are the tools and how to do it? Thanks, John
    on Oct 30, 2009
  • Forum Post: Six-core TMS320C6472, industry’s best power efficiency & EVM giveaway

    HulaGirl HulaGirl
    New six-core TMS320C6472 offers industry’s best power efficiency for performance-hungry applications The devices are available with six integrated cores in a single chip, either running at 500, 625 or 700 MHz. The C6472 is fully optimized for applications where performance per watt is...
    on Nov 3, 2009
  • Forum Post: Errors met when putting L138 DSP into sleep

    John Grant John Grant
    Hi, We follow the steps detailed in 10.7.4 C674x Megamodule Clock ON/OFF of SPRUH77 and tries to implement DSP sleep function without using BIOS or Linux PSP. The expectation is that ARM repeatedly put DSP into sleep first, waits for 5 seconds, then wakes it up, and repeats this cycle. The interrupt...
    on Jul 30, 2012
  • Blog Post: The New Software Portal for Texas Instruments Features Linux, Android, RTOS

    Rachel Ball Rachel Ball
    Check out the new location for all things TI software at the Texas Instruments Software Portal . Visit the Android Software page to learn more about support for Android on ARM Cortex-A8 and ARM9-based devices, check out the Linux Software page for support info on Linux for ARM Cortex-A8, ARM9, and ARM...
    on Aug 20, 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