• 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 » C55X
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:
C55X
  • 'C5515
  • 5505
  • 5505 ezDSP
  • 5509A
  • 5515
  • Boot Load
  • bootloader
  • C5000
  • C5505
  • C5505 EVM
  • C5505 eZdsp
  • C5505 MDK
  • C5509A
  • C5510
  • C5515
  • C5515 eZdsp
  • C5535
  • C55XX
  • CCS4
  • CCSv4
  • CSL
  • DMA
  • DSP
  • DSP/BIOS
  • DSPLib
Related Posts
  • Forum Post: How do I manage the hardware memory page boundary in C55x processors?

    Naser Salameh Naser Salameh
    Fix In the TMS320C55x CPU revision 2.1/2.2, memory is organized in pages of 64K words due to the fact that many aspects of the architecture are limited to 16-bits (the A-unit ALU and the ARn registers are some examples). Although the C55x data addresses are 23 bits, address calculations done by the...
    on Jun 6, 2008
  • Forum Post: a question from CSL_API

    KevinWoo KevinWoo
    Hi,I am a new comer here.I wish someone could help me solve a problem that puzzles me a lot. The section below is digested from TMS320C55x Chip Support Library API Reference Guide (SPRU433G December 2003)page:162 Function: void IRQ_setVecs( Uint32 IVPD ); Arguments: IVPD IVPD pointer to the DSP interrupt...
    on Aug 13, 2008
  • Forum Post: C5509A DSK Diagnostic Utility error

    TommyG TommyG
    When I try and run the Diagnostic Utility for the 5509A DSK I get an error message when the utility opens. The error message is: ERROR Invalid working directory. Any button I push (Start, Reset DSK, etc) causes the utility to crash. When I look at properties for the Utility Desktop icon it shows that...
    on Jan 27, 2009
  • Forum Post: C5000 Support on CCS 3.1

    mjones mjones
    How can I find out if my version of CCS 3.1 supports C5000? The version we run pre-dates my time at the company and claims support for all processor types in the Component Manager, but I have no C5000 options in the setup window. Any ideas?
    on Apr 2, 2009
  • Forum Post: Re: C5000 Support on CCS 3.1

    BrandonAzbell BrandonAzbell
    CCS v3.1 did have a version that was targeted specifically for the C2000 family only. The full, or Platinum version, would have had support for all devices at that time but did not include any C64x+ based devices. Does your installation of CCS v3.1 have the code generation tools for C5000 installed...
    on Apr 2, 2009
  • Forum Post: File System for SD-CARD

    Ankush Desai Ankush Desai
    I am using a C5504 DSP for my application and have a SD-CARD interfaced to it. I would like to know if TI provides any thin file system for the same. So that i can directly use it store my data on the SD-CARD. Thanks
    on Jul 3, 2009
  • Forum Post: Re: error: symbol "_malloc" redefined

    E2E_display_name_Mike E2E_display_name_Mike
    After a little more testing and consulting with Brad, it turns out the culprit is a function called minit(). This function seems to be allowed in a non-BIOS project, but causes problems in a BIOS project. The easy work around is to not use this function and this option will work in my case. There are...
    on Aug 31, 2009
  • Forum Post: Is TLV320AIC23b AC coupled?

    abhishek seth9849 abhishek seth9849
    Hi, I am using DSK5510 fixed-point board. It has TLV320AIC23b audio codec. I am trying to generate a sine wave with DC offset (for modulation) but I see its AC part only when I view sine wave on oscilloscope. Is AIC23b AC coupled? Thanks, Abhishek Seth.
    on Sep 17, 2009
  • Forum Post: Re: Is TLV320AIC23b AC coupled?

    BrandonAzbell BrandonAzbell
    abhishek seth I am using DSK5510 fixed-point board. It has TLV320AIC23b audio codec. I am trying to generate a sine wave with DC offset (for modulation) but I see its AC part only when I view sine wave on oscilloscope. Is AIC23b AC coupled? Yes, the audio path is AC coupled. The schematics for...
    on Sep 17, 2009
  • Forum Post: USB sample code (CSL) for C5506 or similar?

    Brian Willoughby Brian Willoughby
    I have read SPRU596A and SPRU511 as well as scanned the csl_usb.h header, and I think I have a decent start on programming a USB Device firmware for the C5506. However, it would really help to see some sample code. I could not find anything installed with CCS3. Any pointers would be welcome.
    on Oct 5, 2009
  • Forum Post: 55xx SAT and compiler intrinsics

    David Rick David Rick
    I'm familiar with the 55xx assembly instruction SAT, and the associated compiler intrinsic, _lsat( ). These seem to be intended for signed arithmetic. My question is: Does there exist a comparable facility for unsigned data? BTW, it would be nice if there were a single consolidated list of all...
    on Nov 2, 2009
  • Forum Post: Is C55x H/W breakpoint triggered by MMR access (read or write) supported ?

    Kyosuke Kawamura Kyosuke Kawamura
    My customer tried to use hardware breakpoint when CPU access the address for memory mapped registers on C55x (5510). When he set up the access in CCS breakpoint manager, but it didn't work. Is C55x H/W breakpoint triggered by MMR access (read or write) supported ? I would like to know if it is tool...
    on Nov 20, 2009
  • Forum Post: efficient 16bit/Q.15 (vector-) multiplication

    Raphael19557 Raphael19557
    Hi, does anybody have an example of an efficient implementation of a Q.15 vector multiplication for the C55x DSP? I am thinking about something like the function "mul32" of DSPLIB, but that one is for Q31 vectors. Or is there an efficient way to use the mul32 function for Q.15 vectors...
    on Dec 23, 2009
  • Forum Post: Re: Brainstorming: Strange Behaviour of MOV and ADD

    Hyun Kim Hyun Kim
    Hi Michael, This is really vague question. I have a couple of checking questions. 1. Are you using any interrupt in your code? 2. When you check your ADD instruction line, are AR0 and AR1 pointers same value? If you start the same pointer values of AR0 and AR1, it should be the same value...
    on Mar 10, 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: Generate code C from code MATLAB

    mohamed albayaz mohamed albayaz
    Hi, I need to convert code MATLAB(.m) to code C. it is possible? it's very importante for me and i don't find the solution. for information: I use the DSP: TMS320VC5505 with code composer V4 and my project developped in MATLAB 2009b thanks for your help
    on Apr 29, 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: Re: USB Examples C55XCSL-LOWPOWER

    Max Sobhani Max Sobhani
    anyone helping here? I have given up on usb for now and developing other parts but I will need some help. usb will be a part of my design. Max
    on May 28, 2010
  • Forum Post: Creating 5509A Project in CCS 4.1 without DSP/BIOS

    mjones mjones
    We are creating a 5509A project in CCS 4.1 and we are not using DSP/BIOS. Real time restrictions on hardware interrupt response time dictate no DSP/BIOS. The simple things are holding us up now. My project can't open std.h when I compile. All of the sources on my PC that I can find are in BIOS...
    on Jun 3, 2010
  • Forum Post: Re: Creating 5509A Project in CCS 4.1 without DSP/BIOS

    mjones mjones
    Hi Hyun, I have included the following directories: "C:\Program Files\Texas Instruments\ccsv4\tools\compiler\C5500 Code Generation Tools 4.3.6\include" "${CG_TOOL_ROOT}/include" "${workspace_loc:/PM4_5509A_NoBIOS/User Includes}" "C:\Program Files\Texas...
    on Jun 7, 2010
  • Forum Post: Reading a dat file into c5515

    Nandan Manjunatha Nandan Manjunatha
    Hi, I'm attempting to read data from a .dat file. I am using TMS320C5515. The hex data is in the following format: F4FF F3FF F4FF F1FF F3FF F2FF F2FF EEFF F0FF EDFF F0FF EDFF F0FF EDFF EFFF EEFF EEFF ECFF EFFF EBFF EEFF F7FF 0100 0300 0900 1F00 1C00 0900 0100 F8FF EFFF D8FF The...
    on Aug 12, 2010
  • Forum Post: McBSP-SPI interface of C5510-MSP430

    sunil sharma sunil sharma
    Hello everyone, I am undertaking interface of 04 nos C5510(McBSP) and MSP430(SPI ) with MSP430 as SPI master and the DSP as slave. FSX receives CS/SS(active low) from MSP430 and other pins are connected as required Configured McBSP for Clock stop mode I have some queries regarding the...
    on Aug 26, 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
  • Forum Post: Interrupt Nesting on C55x

    Leandro Oliveira Leandro Oliveira
    Hi, I wonder if the DSP5515 supports nested interrupts? If so, please tell me where I can get more information. regards, Leandro
    on Feb 9, 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