• 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 » C5000 Ultra Low Power DSP Forum » All Tags » aic3204
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".

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:
aic3204
  • 5505 ezDSP
  • 5535
  • ADC
  • AUDIO
  • C5505
  • C5505 eZdsp
  • C5515
  • C5515 eZdsp
  • C5535
  • C55X
  • CSL
  • DMA
  • DSP
  • DSP/BIOS
  • eZdsp
  • ezdsp5505
  • GPIO
  • I2S
  • Interrupt
  • interrupts
  • TMS320VC5505 ezDSP USB
  • TMS320VC5505 ezDSP USB Stick
  • USB
  • usbstk5505
  • VC5505
Related Posts
  • 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: AIC3204 only receiving if not in debug

    sam virgillo sam virgillo
    I have a program that runs fine under the CCS4 debugger. When I transfer the program to flash the program does run but it only outputs audio. It does not process the audio I put into it. If I hit it with high level audio momentarily it starts to work. I have added the code from the GEL file...
    on Mar 4, 2010
  • Forum Post: Test tone from aic3204 example distorted - what is wrong?

    Geza Anders Geza Anders
    I tried the examples on the eZdsp USB Stick installation DVD. The aic3204 example should produce a 1 kHz sine tone but this is not the case. What I can hear is a distorted tone with a frequency of about 740 Hz. In contrast to this, the built-in test program clearly produces sine tones with 1000 Hz and...
    on Mar 5, 2010
  • Forum Post: C5515 ezdsp Audio Filter Demo with Microphone Input

    Shahar Yuval Shahar Yuval
    I'm trying to run the audio filter demo on the C5515 ezdsp board with a microphone input. From the AIC datasheet I understand it is possible to amplify the microphone signal by switching on the PGA preamplifier block in the codec. After consulting the register map, I made the following changes to...
    on Dec 11, 2010
  • Forum Post: Any place I can locate project showcase?

    Danai Vira Danai Vira
    I'm just wondering anyone feel like showing what they've done to the eZDSP or a website, link?
    on Feb 10, 2011
  • Forum Post: eZdsp C5505 UBS stick development

    Kieran Yu Kieran Yu
    hi ,i have aproblem with the AIC3204 of this USB stick. i want to use this develop board for ultrasonic sampling and processing : first, i want to use the AIC sample my ultrasonic signal (40KHz) constantly, then put it into C5505 for band-pass filter(FIR) through I2S, and then output the filtered signal...
    on Feb 25, 2011
  • Forum Post: noise from VC5505's audio filter demo

    Kieran Yu Kieran Yu
    in the VC5505 audio filter demo , in the CPLX_Mul() function, the presion was cuted by the following red one, if i still use this to do a filter for signal from the codec. what result will it bring out ? well, i used this demo to do a filter for a audio signal . and during the filter period , i heard...
    on Apr 15, 2011
  • Forum Post: can i use the I2S interface as SPI interface to connect ADC or DAC ? (C5515)

    Kieran Yu Kieran Yu
    i bought theC5515Ezdsp USBStick development board, well the AIC3204 codec on the board has the hightest sampling rate up to 192KHz, and it's not enough for me. so i want to expand with ADC and DAC chips, and i found most of ADC and DAC supports SPI and I2C interface. althought there is a SPI interface...
    on Jun 8, 2011
  • Forum Post: how to use C5515 USBStick for ultrasonic signal sampling,satisfing the real time processing demand and having enough sampling rate for the ultrasonic signal ?

    Kieran Yu Kieran Yu
    recently, i am using the C5515 USB Stick demo board for developing ultrasonic signal sampling, heterodyning , filtering, and outputing to headphone. now i am in some trouble. the orignal ultrasonic input sampled signal is centre frequency of 40KHz with + - 2.5KHz bandwidth, the general process is...
    on May 19, 2011
  • Forum Post: Interrupt Driven Program does not work at full speed.

    Timothy Sapio Timothy Sapio
    TMS320C5505 ezDSP Rev.D I am using the I2S bus in DMA mode and am trying to merge in code that sends signals to GPIO pins. When I step through the program in the debugger, everything works fine, but when I play the program at full speed, the DMA interrupt flags are cleared by the time the program...
    on Dec 31, 2011
  • Forum Post: eZdsp5535 problems using DMA to I2S to AIC3204

    Dan Martin MP Dan Martin MP
    I am having problems programming my eZdsp5535 to output a signal on the AIC3204. I have managed to output successfully using the demo code, however, I am trying to pre-generate the output signal and it would seem to make sense to put into the DMA before outputting to the AIC3204 (via the I2S). I don't...
    on Jan 6, 2012
  • Forum Post: AIC3204 Buffering

    Steve Sienk Steve Sienk
    I've been reading through the AIC3204 documentation and haven't seen anything related to a buffer for DAC transmit values. Here's what I want to do: Receive a window of samples, maybe 50ms in length. Use the C5505 to do some processing on that data as a whole . (I expect this...
    on Mar 27, 2010
  • Forum Post: What is the meaning of "playback path" as in AIC3204 datasheet

    Yu Zhang10589 Yu Zhang10589
    Hi all: I am a bit confused by this "playback path" as it is stated in AIC3204 datasheet. Does it mean "loop back whatever AIC3204 receives from its inputs to its outputs in real time?" Can anyone assist me? Thanks
    on Apr 15, 2012
  • Forum Post: Interfacing ADC3101 with C5515 ezDSP

    Ali Imtiaz Ali Imtiaz
    Hi I am having lots of trouble interfacing an ADC3101 evm-k with my c5515 ezDSP kit, I am using i2S2 interface ane have configured the EBSR register correctly, I have my AIC3204 configured as a Master and my ezdsp as slave, basically all I am doing is trying to replace the AIC3204 codec with the ADC3101...
    on Jun 11, 2012
  • Forum Post: C5515ezDSP with 2 Stereo (AIC3204EVM-K)

    ted chen81331 ted chen81331
    Hello, I have purchased a TLV320AIC3204EVM-K because I need to have 2 stereo in for the C5515ezDSP. Now I have two AIC3204 codec IC connected to c5515 via I2S0 and I2S2, how does the I2C control work? When i read the datasheet for AIC3204, it stated that "The TLV320AIC3204 supports the I2C...
    on Aug 13, 2012
  • Forum Post: c5515 with two AIC3204 codec

    ted chen81331 ted chen81331
    Im using C5515ezDSP and I have connected an additional aic3204 codec via i2s2 extension pin. The aic3204 is configured as slave and c5515 as master. With the aic3204 test code, I can access to a pair of stereo input and output at all time. However, I was wondering how to add in one more stereo-in so...
    on Nov 5, 2012
  • Forum Post: RE: C5515 and Multichannel Audio Codecs

    ted chen81331 ted chen81331
    Hello, I was able to interface an additional AIC3204 codec with C5515. I was able to switch between different stereo inputs. However, is it possible to access two stereo input at the same time? I tried a few approaches on top of the AIC3204 sample code but was unsuccessful. Any advice or suggestion...
    on Dec 5, 2012
  • Forum Post: port TMS320VC5510 example to TMS320VC5505

    Riste Pindjurov Riste Pindjurov
    Hi, I want to use the DSP BIOS with the TMS320VC5505 and the AIC3204. I found a simular example that uses the C5510. I want to port that code to 5505 board, and i can not resolve the CONTROLLER_FXN_TABLE address that later is used in PLIO_new() function. Any solutions to this problem? // Set...
    on Dec 13, 2012
  • Forum Post: Problem when I using UART and I2S simultaneously on C5535 eZdsp

    Rafael Christ Rafael Christ
    Hi, i merged the two examples (aic3204+uart) from spectrumdigital t est code and board support library (CCS 4.2) for the eZdsp5535. I would like to send the samples from aic3204 left channel to UART. I noticed that when I call the function EZDSP5535_I2S_init(); UART stop working. I monitored the...
    on Jan 10, 2013
  • Forum Post: C5515 ezDSP sudden audio problem

    Elias Kokkinis Elias Kokkinis
    Hello all, I am experiencing a very sudden and strange problem with my C5515 ezDSP board. I was developing a stereo audio processing algorithm and until yesterday everything worked fine. Today the right channel of the stereo input does not work. I have power cycled the board several times and I have...
    on Mar 1, 2013
  • Forum Post: Confirm the system configuration of C5535eZdsp/C5515EVM in case of using the sample code(Audio connected Framework).

    Kato Motoki Kato Motoki
    Hi Community member, Please let me confirm my understanding for the reason of system configuration just in case. When use the AIC3204 on EVM/eZdsp, this device will configure as master of I2S. The reason for this configuration why if the device configure as slave, the DSP(Master) should change...
    on Feb 28, 2013
  • Forum Post: Porting the EZDSP_AudioFilter app to the 5535 eZDSP.

    William Esposito William Esposito
    I'm attempting to port the EZDSP_AudioFilter code (found here: http://code.google.com/p/c5505-ezdsp/ ) to the c5535 eZDSP board. The Example code provided on the "Porting C5000 Teaching ROM to C5535 eZdsp" page ( http://processors.wiki.ti.com/index.php/Porting_C5000_Teaching_ROM_to_C5535_eZdsp...
    on Aug 20, 2012
  • Forum Post: Has someone converted the C5515 eZdsp Audio Filter Demo to c5535 ezDSP?

    giuliano sabbatini giuliano sabbatini
    Hi All I'm studying the DSP technology and I'm trying to adapt the C5515 eZdsp Audio Filter Demo to work with the C5535 EzDSP with scarce success. I understand that the I2S channel used in C5515 is the number zero (I2S0) while in the C5535 the channel is the number two (I2S2) so the code...
    on Apr 10, 2013
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