Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560


Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C6x | PCM3002 Daughter Card Interface to 6711 - Dr. Rulph Chassaing's example codes

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

PCM3002 Daughter Card Interface to 6711 - Dr. Rulph Chassaing's example codes - KULKARNI ANAND - Jun 19 11:44:00 2003

Hi All,

Thanx for loads of information on Daughter Card
(PCM3003). I have gone through the code given in Dr.
Rulph Chassaing's book(implemented by W.J. Gomes
III). But I have not been able to understand How this
has been implemented using only one McBSP? I have a
confusion with regard to the LEFT and RIGHT channels
of the codec.

Are these 2 channels(left/right) physically seperated
on the board? If yes, then how one can access them
using only one serial port? I don't know whether I
have framed the question in a right way?...!!!

Can somebody throw light on this?

Thanks in advance....

Regds
Anand



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: PCM3002 Daughter Card Interface to 6711 - Dr. Rulph Chassaing's example codes - Vincent aka WR - Jun 19 19:54:00 2003

> But I have not been able to understand How
> this has been implemented using only one McBSP?

easily ;-)

> I have a
> confusion with regard to the LEFT and RIGHT channels
> of the codec.
>
> Are these 2 channels(left/right) physically
> seperated on the board?

to some extent - yes - but hey - they are going
through the same codec - aren't they?

> If yes, then how one can access them
> using only one serial port?

did you read PCM3003 datasheet? on page 13 there is a
section called "PCM Audio Interface" - it tells about
how data is being sent from the codec to the McBSP...
when the LRCIN signal is high - Left channel is being
sent - when the LRCIN is low - right channel is being
sent - it's as simple as that - so - just read the
datasheet...

> I don't know whether I
> have framed the question in a right way?...!!!

I think you asked your question correctly - however -
it's obvious that you didn't read the datasheet of
that codec ;-)

well - good luck man - if you have any further
questions - feel free to ask...

__________________________________


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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