FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-30-2004, 06:56 PM
Paweł Chrobak
Guest
 
Posts: n/a
Default EZ-Kit 2181 And how ??

Hello,

How to set in assemblers program, that I want to perform only 1 channel. (
from C/A A/C )
Actually how to set that the 2181 should receive data just from 1 channel
and send to 1 channel.??
I taked the look to the examples in VisualDSP, but ewerywhere there is set
to left and right.

I have set the rx_buf[] and tx_[] like a 2 world length ( not a 3 ). In the
examples ther is somethink like this:


0xccc0 /* miscellaneous information reg
b7 : 1=16 slots per frame, 0=32 slots per frame
b6 : 1=2-wire system, 0=1-wire system
b5-0: res */

Its a sending to codec at initialization. I changed the 7'th and 6'th bits
to "0". And can't hear anything.

What more I should to set.





Thanks, Pool


Reply With Quote
  #2 (permalink)  
Old 10-01-2004, 01:43 PM
Jaime Andres Aranguren Cardona
Guest
 
Posts: n/a
Default Re: EZ-Kit 2181 And how ??

Hi,

> Actually how to set that the 2181 should receive data just from 1 channel
> and send to 1 channel.??
> I taked the look to the examples in VisualDSP, but ewerywhere there is set
> to left and right.
>
> I have set the rx_buf[] and tx_[] like a 2 world length ( not a 3 ). In the
> examples ther is somethink like this:
>
>
> 0xccc0 /* miscellaneous information reg
> b7 : 1=16 slots per frame, 0=32 slots per frame
> b6 : 1=2-wire system, 0=1-wire system
> b5-0: res */
>
> Its a sending to codec at initialization. I changed the 7'th and 6'th bits
> to "0". And can't hear anything.


Have a look at the AD1847 Codec. It works in TDM mode. You'll need to
configure the Codec to see just the timeslots for the status data
(unavoidable) and the channel of interest for you, then you can have
the buffers configured for just 2 data, and not 3 as in stereo mode.

Another approach, much easier, would be just to read ONE sample from
the rx_buf[], the one of the channel you are interested in, and send
data just to one channel in the tx_buf[]. Additionaly, you could
configure the Codec to mute the channels you are not interested in.

Regards,

JaaC

>
> What more I should to set.
>
>
>
>
>
> Thanks, Pool

Reply With Quote
  #3 (permalink)  
Old 10-01-2004, 04:36 PM
Pawel Chrobak
Guest
 
Posts: n/a
Default Re: EZ-Kit 2181 And how ??

Yes, I'm using this method, which you said it's easier. It's really easy.

I just thought that if the 2181 send and receive just a two words of data
(not a three)
Hi has a little much time to perform my FFT code. So I was looking whe way
to do it.
Maybe I'm wrong and it,s doesn't matter ???

By the way that is TDM mode ??? I really don't know.


Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The ADSP-2181 EZ-Kit Lite Jack L. DSP 5 09-27-2004 12:57 AM
ADSP-2181 reading 16 bit Data lines from EZ kit lite Girish DSP 1 09-10-2004 04:09 PM
ADSP 2181 Simulator Larry Allen DSP 1 10-21-2003 06:14 AM
search the software for ADSP-2181 Braet Stijn DSP 1 09-03-2003 04:09 AM
Re: Help!! Sound Stretcher using Granular Synthesis on ADSP-2181 EZ KitLite Jerry Avins DSP 0 06-26-2003 10:19 PM


All times are GMT +1. The time now is 01:00 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved