• 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) » C5000 Ultra Low Power DSP » All Tags » c5505 ezdsp
Share
C5000 Ultra Low Power DSP
  • Forum
  • Announcements

Browse by Tags

C5000 Ultra Low Power DSP

Welcome to the C5000 Ultra Low Power 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:
c5505 ezdsp
  • 5505
  • 5505 ezDSP
  • 5515
  • Boot Load
  • bootloader
  • C5000
  • C5505
  • C5505 EVM
  • C5515
  • C5515 eZdsp
  • C5535
  • C55X
  • C55XX
  • CCS4
  • CCSv4
  • Code Composer Studio
  • CSL
  • DMA
  • DSP
  • DSPLib
  • eZdsp
  • I2S
  • Interrupt
  • SD Card
  • SPI
Related Posts
  • Forum Post: This forum is for any eZdsp5505 related questions.

    Srik Gurrapu Srik Gurrapu
    Pl post any questions related to the newly launched eZdsp5505 tool at this forum. Thx, - Srik
    on Sep 17, 2009
  • Forum Post: how to show peripheral registers in CCS

    Ben15615 Ben15615
    Hi, I am new to CCS, and am using ezDSP5505. I was able to successfully build and run the LED program, but when I open the register window (View|Registers), I only see IODIR, IODATA, Rev, and Die registers; none others exist. The contents of these 4 peripheral registers are all 0s. What's wrong...
    on Oct 6, 2009
  • Forum Post: Re: New C5505 USB kit on CCS 3.3

    TommyG TommyG
    Arvind, I believe you are referring to the C5505 eZdsp Stick. Is this correct? If yes, then your observation is correct, the eZdsp Stick will only work with CCSv4. The reason is that our XDS100 low cost emulation technology is embedded in this board to support code development and debug. There are no...
    on Oct 6, 2009
  • Forum Post: c5505 audio sampling and frequency analysis

    LJH LJH
    Working on a university project which is a version of a instrument tuner designed to work on a Timpani (drum). We have developed a prototype that uses matlab to do the computation, currently looking at developing a system based on this code for the c5505 ezdsp. At this stage we are having some trouble...
    on Oct 26, 2009
  • Forum Post: usb eZDSP C5505 And MATLAB??

    Jesus Dominguez Jesus Dominguez
    Does anyone have use the C5505 ezDSP with MATLAB simulink??.. it is possible??....
    on Nov 1, 2009
  • Forum Post: C5505 I2S with CSL library

    Alexey Adov Alexey Adov
    Hello! I'm using EZdsp C5505 USB stick board to debug my project. I tried build my project : sound loopback (LINE in -> HEADPHONE) using I2S (DMA mode) with CSL Library. But I can't send/receive data from dsp to codec AIC32. When I send test data (sine 1 Khz) I2s in master mode without...
    on Nov 17, 2009
  • Forum Post: C5505 ezdsp Linkage Failure

    Lee B Lee B
    Starting to learn how to program for the USB Stick, starting with the TMS320 DSB/BIOS v5.40 User's Guide - spru423g, section 2.1. Unable to build a project due to linkage failure - Unable to determine the cause of the linkage failure. Build Failure - Project hellobias5 Project entered as defined...
    on Nov 24, 2009
  • Forum Post: Global Interrupt Enable Flag? Need help with interrupts...

    Raphael19557 Raphael19557
    Hi, can anybody explain to me what the following function of the EXDSP_AudioFilter example does: void SYS_GlobalIntEnable(void) { asm(" BIT (ST1, #ST1_INTM) = #0"); } Is there some global interrupt enable flag on the C5505 that has to be set? If yes, can it be accessed somehow else...
    on Dec 14, 2009
  • Forum Post: aic3204 test routine problem in I2S interupt register

    Russell Barr17013 Russell Barr17013
    In the sample code aic3204 that comes with usbstk5505 there is a serious flaw in the routine aic3204_tone_headphone. This routine outputs a 1kz tone through the I2S port to the aic3204 codec. When you listen to the tone you can hear artifacts in the output that sound like missing data points. If ...
    on Dec 21, 2009
  • Forum Post: TMS320C5505 eZdsp USB Stick, Windows Vista and XDS100 driver

    Luke 41782 Luke 41782
    Hi, I installed the CCS that came with TMS320VC5505 eZDSP USB Stick kit. I then plugged in the eZDSP USB Stick. But Vista was unable to find the XDS100 driver. I removed the stick. And then did a software update from within CCS. CCS was updated to version 4.0.2. I once again plugged in the eZDSP USB...
    on Feb 5, 2010
  • Forum Post: Re: Brainstorming: Strange Behaviour of MOV and ADD

    Hyun Kim Hyun Kim
    Dear Michael, Thanks for sharing your code. I looked at and found your c55.cmd file was for C5510. I changed to proper memory linker file. Then I have not seen your problems. Please try attached cmd file.
    on Mar 12, 2010
  • Forum Post: Headphone audio jack connection issue

    TommyG TommyG
    I am running the audio filter demo on the VC5505 eZdsp. When I plug in a headphone completely to the HP OUT jack I only get mono (Lt out). If I pull the connector out of the jack about 1/8 inch, then I get stereo. I am using AA handout headphone with standard 3.5mm connector. Works fine for PC out. Only...
    on Apr 27, 2010
  • Forum Post: Re: How to measure MIPS on C55xx?

    Hyun Kim Hyun Kim
    Hi, Yes, there is a way to know how much consumues your code. You can utilize Timer in C55xx device. The example code attached. You can see how Timer used in the code. If you have any question, please let us know. Regards, Hyun
    on May 18, 2010
  • Forum Post: How to code a Bootloader

    J.F Gagnon J.F Gagnon
    Hi everyone, I am currently working with the 5505 EZDSP and I am looking into the bootloader section. I know what a boot loader is and its purpose, but now I need to program one something I have never done. I've read the document about the bootloader for the DSP which I understand but now I...
    on May 22, 2010
  • Forum Post: Error: Building assembly only project

    Mike Meier Mike Meier
    Hi there! We have to build an assembly only project in our school. When we try to build our code, we get some errors. What we did: Build a new CCS Project Selected the checkbox "Treat as an Assembly-only project" Choosen the linker command file "lnk.cmd" ...
    on May 25, 2010
  • Forum Post: Error connecting to the target:

    Ramkumar B Ramkumar B
    This is Ramkumar From india. We have designed the TMS320C5505 EvalutionBoard.I got a Error when i connect the target device. i need one help. c5505 Board assembling is over sir. i checked power supply and all. power supply is working fine, and i checked on board Emulator sir.By using Mprog i have loaded...
    on Jul 14, 2010
  • Forum Post: Re: Noise in EZDSP board with AIC3204

    Mugdha Gadkari Mugdha Gadkari
    Hello Omkar, Thanks for the update. We do not think that the problem is related to the C5515 DSP itself. Having said that, we think that it could be because of the board layout or codec related layout issue. We will pass along this information to Spectrum Digital which is our partner for demo boards...
    on Oct 4, 2010
  • Forum Post: Linking error while Building project in CCS

    Ashwin Panchal Ashwin Panchal
    Hi All, Can any one suggest about below error? <Linking> fatal error: file "C:/Program Files/Texas Instruments/C5500 Code Generation Tools 4.3.7/lib/rts55h.lib<exit.obj>" has a Tag_Memory_Model attribute value of "3" that is different than one previously...
    on Oct 5, 2010
  • Forum Post: Linking error during project building in CCS

    Ashwin Panchal Ashwin Panchal
    Hi All, Can any one suggest about below error? <Linking> fatal error: file "C:/Program Files/Texas Instruments/C5500 Code Generation Tools 4.3.7/lib/rts55h.lib<exit.obj>" has a Tag_Memory_Model attribute value of "3" that is different than one previously...
    on Oct 5, 2010
  • Forum Post: VC5505 fixed-point S16Q15 ????

    Kieran Yu Kieran Yu
    i uesed Matlab (shown as below ) to design Hamming window 7 taps with Fs = 48K , Fc = 2K. i got the S16Q15 as the follong red one, but this is different from the example that TI offered .i don't know which one is correct? and how to calculate the S16Q15 correctly ? thanks >> Fs = 48000;...
    on Apr 4, 2011
  • Forum Post: TMS320C55x DSP Library - Huge Memory Model Compatible?

    Jack Bolton Jack Bolton
    Hi all, I am trying to build a modified version of the TMS320C5505 Audio Filter which uses a couple of the DSPLIB functions (RFFT32, RIFFT32) . However the build fails when trying to link, giving me the error message: "<cbrev32.obj> specifies a large memory model which is not compatible...
    on Apr 15, 2011
  • Forum Post: DSPLib Rfft Example Project

    Jack Bolton Jack Bolton
    Hi all, I have been trying to code an audio noise reduction routine using DSPLib 2.4 on the eZDSP TMS320C5505 stick, however I came across some problems using the rfft and rifft functions, as they did not behave as I expected them to. I then went right back to basics to try and understand how they...
    on Apr 19, 2011
  • Forum Post: Re: C5505 ECG design in Simulink

    Talha Saleem Talha Saleem
    hi Seb, Actually i am doing project of implementing ECG on c5505. In simulink i did not find c5505 proccessor but proccessors of c5501,02,03,07,09 etc. can u please tell me whether i can use those proccessors for modelling, if they are all similiar??? one thing more, would u advice me to use...
    on Apr 21, 2011
  • Forum Post: Re: tms320c5505 ezdsp kit

    seeni vasan seeni vasan
    this is my timer program that i am using provided in the csl provide me the vector.asm file for this program /* ============================================================================ * Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2008 * * Use of this software is controlled...
    on Apr 23, 2011
  • Forum Post: Strange behavior C5505

    Tommy Hosman Tommy Hosman
    Hi, I have recently started experimenting off of the FFT Filter Demo for the c5505 EZDSP. I am having difficulty creating a test program to run what I would think of as normally on the eZdsp. My first problem was that data would keep getting written to my global buffers when I had not written to them...
    on Sep 8, 2011
12
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