Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540


Discussion Groups

Discussion Groups | TMS320C54x | microphone sampling w/ 5402 DSK & AD50

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

microphone sampling w/ 5402 DSK & AD50 - Author Unknown - Mar 22 14:39:00 2001



I'm performing speech recognition with the 5402 DSK equipped with
AD50 codecs. I need to know how to continuously sample from the
microphone port on the DSK. Could someone please provide sample code
or help me out with the C functions necessary to perform this
continuous sampling using Code Composer? I've seen the General Help
files regarding C functions with the AD50, but I'm not sure what has
to be done, or how, regarding codec power up, initiation, sample
retrieval, etc. I'm in the dark!

Thanks to all. Dave Terry
Rochester Institute of Technology





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: microphone sampling w/ 5402 DSK & AD50 - Author Unknown - Mar 23 1:41:00 2001

Dave,

--- In c54x@y..., toastydirt@y... wrote:
> or help me out with the C functions necessary to perform this
> continuous sampling using Code Composer? I've seen the General
Help
> files regarding C functions with the AD50, but I'm not sure what
has
> to be done, or how, regarding codec power up, initiation, sample

Have you searched below your CCS installed folder?
There may be some useful samples.

To satifty your need for now, codec program seems good for you.
If you can't find the sample program, please search it from TI
FTP site, ftp.ti.com.
You'll find
ftp://ftp.ti.com/pub/cs/c54x/dsk/1.11/codec.example/codec.zip
.

This is just a sample program, so it uses a polling routine to
get and put sampling data. For practical use, you should use
interrupt service routine for this type of application.

Regards,
Motohiko Shinozaki





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: microphone sampling w/ 5402 DSK & AD50 - Emerson Tan 95-28046 - Mar 23 17:55:00 2001


Hi! The examples for doing that was installed when you installed the code
composer. You could also use the DSP/BIOS to configure and control your
codec. It is much easier and more optimized.

--emer

On Thu, 22 Mar 2001 wrote:

> I'm performing speech recognition with the 5402 DSK equipped with
> AD50 codecs. I need to know how to continuously sample from the
> microphone port on the DSK. Could someone please provide sample code
> or help me out with the C functions necessary to perform this
> continuous sampling using Code Composer? I've seen the General Help
> files regarding C functions with the AD50, but I'm not sure what has
> to be done, or how, regarding codec power up, initiation, sample
> retrieval, etc. I'm in the dark!
>
> Thanks to all. > Dave Terry
> Rochester Institute of Technology >
> _____________________________________




(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )