Other Parts Discussed in Thread: TMS320C6748
Tool/software: Code Composer Studio
Hello
I need an easy example code for I2S(TMS320C6748).
Do you Provide an example code?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello
I need an easy example code for I2S(TMS320C6748).
Do you Provide an example code?
Thanks.
Hi,
You could take a look at the Audio example project in Processor SDK RTOS:
Best Regards,
Yordan
Is there any other example code?
I found 'MCASP_Audio_lcdkOMAPL138_c674xExampleProject', but it is difficult to analyze in DMA mode.
Hi,
I am afraid there isn't other example available. Processor SDK RTOS provides only McASP & McBSP examples.
Best Regards,
Yordan
Hi,
I want to increase the number of data lines I2S mode in the MCASP_Audio_lcdkOMAPL138_c674xExampleProject project.
EX) TX: AXR(13), AXR(15) / RX: AXR(14)
Where should I modify my code to add AXR data lines?
Hi,
Have you tried modifying the McAsp channel parameters in mcasp_cfg.c:
{
RX_NUM_SERIALIZER, /* number of serialisers */
{Mcasp_SerializerNum_14, }, /* serialiser index */
TX_NUM_SERIALIZER, /* number of serialisers */
{Mcasp_SerializerNum_13,},
Best Regards,
Yordan