Sign in

username:

password:



Not a member?

Search c55x



Search tips

Subscribe to c55x



c55x by Keywords

AIC23 | C5509 | CCS | CSL | EMIF | EVM | GEL | GPIO | HPI | Interfacing | JTAG | McBSP | OMAP | Omap15 | OMAP59 | RTDX | SDRAM | TMS320VC5509 | USB | XDS5

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C55x | Re: DSK5510 codec reads only one channel while receiving data from the DSP

Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).

  

Post a new Thread

Re: DSK5510 codec reads only one channel while receiving data from the DSP - Aditi Akula - Sep 15 11:54:08 2010

Brian,

The AIC23 generates one framesync every sample (16-bit left channel
followed by 16-bit right channel) to Tx data. And also expects the same on
Rx.
Kindly refer the datasheet for the AIC23 codec.
The codec is in Master mode, and so it only generates the Frame Sync pulse
for Tx and Rx.

Regards,
Aditi.

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



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

Re: DSK5510 codec reads only one channel while receiving data from the DSP - Sound Consulting - Oct 6 19:42:22 2010

On Sep 14, 2010, at 15:14, Aditi Akula wrote:
> The AIC23 generates one framesync every sample (16-bit left channel
> followed by 16-bit right channel) to Tx data. And also expects the  
> same on
> Rx.
> Kindly refer the datasheet for the AIC23 codec.
> The codec is in Master mode, and so it only generates the Frame  
> Sync pulse
> for Tx and Rx.
>

Sounds like you're doing the right thing to deal with 32-bit data.   
Sorry, but I did not have time to reference the data sheet.

Are you using the Chip Support Library to initialize the McBSP?

Are you using the SPI mode for the McBSP?

What are all of the register settings for the McBSP?

I have found that it's fairly easy to get the settings slightly wrong  
and then things do not work.  If you have a logic analyzer, then that  
might help to get a picture of the bit format as it comes and goes.

Brian Willoughby

Sound Consulting





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

Re: DSK5510 codec reads only one channel while receiving data from the DSP - Sima Baymani - Oct 6 19:42:35 2010

A thought:
Have you configured your McBSP to handle two framesyncs or just one? If the
codec sends one FS per sample, your McBSP needs to handle both syncs. Could
it be that it handles one, because of the 32-bit configuration?

HTH.
-Sima

On Wed, Sep 15, 2010 at 12:14 AM, Aditi Akula <a...@signalogic.com>
wrote:

> Brian,
>
> The AIC23 generates one framesync every sample (16-bit left channel
> followed by 16-bit right channel) to Tx data. And also expects the same on
> Rx.
> Kindly refer the datasheet for the AIC23 codec.
> The codec is in Master mode, and so it only generates the Frame Sync pulse
> for Tx and Rx.
>
> Regards,
> Aditi.
>  
>

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



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