DSPRelated.com

LOG_printf is affecting real time!

Started by ajs_edwards_uk in TMS320c54x24 years ago 1 reply

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

Started by chris durkin in TMS320c54x24 years ago

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

Started by manoj upadhye in TMS320c54x24 years ago 1 reply

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

Started by pinglilk in TMS320c54x24 years ago 1 reply

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]

Started by Jeff Brower in TMS320c54x24 years ago

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)

Started by radato1 in TMS320c54x24 years ago 1 reply

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

Started by abhaykant23 in TMS320c54x24 years ago

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

Started by Jeff Brower in TMS320c54x24 years ago 1 reply

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

Started by jhvdb in TMS320c54x24 years ago

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

Started by seemaphalke in TMS320c54x24 years ago 2 replies

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

Started by clayd in TMS320c54x24 years ago 1 reply

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

Started by kevin_agnew in TMS320c54x24 years ago

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

Started by Anonymous in TMS320c54x23 years ago 2 replies

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

Started by Junhong in TMS320c54x23 years ago 1 reply

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

Started by prakash_sebastian in TMS320c54x23 years ago

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

Started by Li Hao in TMS320c54x23 years ago

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

Started by Anonymous in TMS320c54x23 years ago 1 reply

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

Started by Jeff Brower in TMS320c54x23 years ago 1 reply

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

Started by anjalin_79 in TMS320c54x23 years ago

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.

Started by sandyec107 in TMS320c54x23 years ago

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