Forums Search for: Codec
LOG_printf is affecting real time!
I have taken an existing example (codec_bios) which just performs simple mic / speaker loopback on a codec interrupt. I added 3...
I have taken an existing example (codec_bios) which just performs simple mic / speaker loopback on a codec interrupt. I added 3 lines of C: #include log.h #inlcude codec_bioscfg.h //and in main LOG_printf(&mylog, "starting"); I cha
CCS File -> Load Progam
Hello, I was wondering if you can help me, I have a c5402 DSK and I am trying to run the audio program supplied with the board ...
Hello, I was wondering if you can help me, I have a c5402 DSK and I am trying to run the audio program supplied with the board (c:\ti\c5400\examples\bios\audio ). I have successfully re-written the DSS_init function to setup and enable the AD50 codec and McBSP port. The
TI MPEG implementation
Dear all, I have implemented MPEG-I,Layer-I,Audio Codec on TMS320VC5402 DSP Starter kit. Does anybody have related...
Dear all, I have implemented MPEG-I,Layer-I,Audio Codec on TMS320VC5402 DSP Starter kit. Does anybody have related specification's figures(like mips,memory)for this particular implementation? Does anybody have any link giving the information about this?
Graph display for the C5402 DSK
Hello all, I'm using the C5402 DSK. When I run the codec program (example), I tried to get the output graph for the...
Hello all, I'm using the C5402 DSK. When I run the codec program (example), I tried to get the output graph for the time/frequency. Although the output to the speaker is correct, I got weird signal on the graph.( I did't use the probe point since the probe point will kill the
[Fwd: about McBSP]
Pegasus Byron- Please check the c54x group archives. Some time ago I posted asm source to the group that shows how to...
Pegasus Byron- Please check the c54x group archives. Some time ago I posted asm source to the group that shows how to intialize the codec device on the DSK C5402 board directly, without calling CCS functions. That should give you some guidance in working with the A
need help in using McBSP0 (the TEL codec)
hi, as part of my university project i have to collect samples from a telephone, make some signal processing and resending...
hi, as part of my university project i have to collect samples from a telephone, make some signal processing and resending the samples to the telephone. i have succeeded in doing the same thing using the microphone and the loudspeakers, using McBSP1, using a
Regarding Interupts
HI, I am new using interupts. i am using TMS320C6711 dsk board. For communication i am using codec which is connected...
HI, I am new using interupts. i am using TMS320C6711 dsk board. For communication i am using codec which is connected internally with Mcbsp0. For data transfer and all i want to use EDMA. How to use EDMA and again Mcbsp generates events (like interuptsREVT and XEVT). How
Re: 16 Bit data on 12 bit Dac
Gurjeet- > i am working on c5402 and using 16 bit codec AD50,how > can is convert the sampled data which is 16 bit to DAC >...
Gurjeet- > i am working on c5402 and using 16 bit codec AD50,how > can is convert the sampled data which is 16 bit to DAC > which is 12 bit. The AD50 already has 16-bit output. Why do you want to convert? Jeff Brower DSP sw/hw engineer
DSK5416
Hi, I am new to DSPs and decided to get started by using the DSK5416. I can't seem to get a single sample from the PCM3002...
Hi, I am new to DSPs and decided to get started by using the DSK5416. I can't seem to get a single sample from the PCM3002 codec. I can use the plio but want to use the basic PCM3002 methods. e.g. >DSK5416_PCM3002_CodecHandle hCodec; >hCodec = DSK5416_
g729 codec
Hi all, I have ported the g729 code on c54x DSK, but Its not able to process the test vectors by ITU correctly.. The same...
Hi all, I have ported the g729 code on c54x DSK, but Its not able to process the test vectors by ITU correctly.. The same code is running correctly on Windows platform. I suppose there is some problem with the data types.. Have somebody worked on this?
DSK5416 PCM Player
Hi, I'd like to load a PCM file to the on-board memory and then play it through the PCM3002 codec on the DSK5416. I'm...
Hi, I'd like to load a PCM file to the on-board memory and then play it through the PCM3002 codec on the DSK5416. I'm stumped with trying to configure the McBSP for the frequency and bit length of the sample I've loaded. Does anyone have any pointers to how
Need help with TLV320AIC23 and C54
I have the above audio codec attached to a C54 using a MCBSP to send/receive audio data. We have verified the timing on the ...
I have the above audio codec attached to a C54 using a MCBSP to send/receive audio data. We have verified the timing on the CLKX/CLKR, FSX/FSR, and DX/DR signals with an oscope and everything matches the TLV320AIC23 spec. The AIC is programmed as MASTER so it is driving CLKX/CLKR and
c54 DAA
Dear Group, I have tried to run the example of DAA operation on C5402 DSK. The board actually goes off-hook, but then the...
Dear Group, I have tried to run the example of DAA operation on C5402 DSK. The board actually goes off-hook, but then the samples from the codec just don't come in. The question is: has anybody encountered such a problem? Could you please give me a clue? I would b
Sampling Rate for c5402 DSK
Hi, I encounter a problem with the changing the sampling rate of the onboard codec in C5402 DSK board. I try to set the...
Hi, I encounter a problem with the changing the sampling rate of the onboard codec in C5402 DSK board. I try to set the sampling frequency at 16Khz... but when I test it and found out that it cut off at 4Khz instead of 8Khz.... I try to change to other sampling ra
C intrinsic Of C54x
Hi, I tried using "C intrinsics" provided for ETSI basic ops to help me optimize a speech codec performance. It has a piece of...
Hi, I tried using "C intrinsics" provided for ETSI basic ops to help me optimize a speech codec performance. It has a piece of code which reads as for(i = 0; i < 10; i++) a = L_mac(a,b,c); The compiler generates the following code with -03 option
estimate on using extended memory
Hi, I am trying to estimate whether I can run a codec code out of extended program space of C5409(100MHz). The extended memory chip...
Hi, I am trying to estimate whether I can run a codec code out of extended program space of C5409(100MHz). The extended memory chip is 12ns. And the code needs to finish processing 80 16bit samples within around 1ms. I am not asking people to do calculation for me. Instead, I want t
AIC23 current drain
On a related note to my c5416 current question, I am measuring a current drain of ~78mA from an TLV320AIC23 codec. Nothing is...
On a related note to my c5416 current question, I am measuring a current drain of ~78mA from an TLV320AIC23 codec. Nothing is connected to its input or outputs, MIC is powered down. According to the data sheet its typical drain is 23mA when playing back or recording. Brian
Re: CCS profiler problem
Visahal WC > I am working on porting of G.723 codec for optimization . > I have to set profiler in CCS to know which are time...
Visahal WC > I am working on porting of G.723 codec for optimization . > I have to set profiler in CCS to know which are time consuming > modules , > so that I can code those module in assembly for optimization. > I am using TMS320Vc54x simulator 1.2 versi
where to buy DSK5402
Hi I am new to this group. Last year I was using the TMS320C5402DSK kit with Code Composer Studio and with a CODEC AD50. Now I...
Hi I am new to this group. Last year I was using the TMS320C5402DSK kit with Code Composer Studio and with a CODEC AD50. Now I want to buy one. Can any one of you help me to get one. I searched in the TI website it says 'End of product line on 06/01/2002'. Please help me to fin
RE:real time processing using dsk 5416.
hi, I am student working on SPECTRUM DIGITAL dsk 5416. I want to take input signal using pcm_3002 codec and then send it to...
hi, I am student working on SPECTRUM DIGITAL dsk 5416. I want to take input signal using pcm_3002 codec and then send it to speakers.This kit uses a USB port.Does anyone know how to go about this ? Thanks in advance , sandy






