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.

Query on McASP0 Interface

Hi,

We are using Davinci DM6467 in our design, the processor used is TMS320DM6467ZUTA. DVSDK that we are using for our application is dvsdk_2_00_00_22 and the TI Kernel Version is linux-2.6.18_pro500. I have query on McASP0 interface, we want to use McASP0 serializer 2 in receive mode to analyze the data’s.for configuring serialiser 2 as Rx mode i changed the

        static u8 dm646x_iis_serializer_direction[] = {  

                                                                                       TX_MODE, RX_MODE, RX_MODE, INACTIVE_MODE,

                                                                          }; in Davince-evm.c

 

but i could not read the data in serialiser 2 ,could any one can tell me what are the other changes i need to do for configuring serializer0 as Tx mode,serialiser1 as Rx mode and serialiser2 as Rx mode so that i could read the data in serialiser 1 and serialiser 2 induvidually.

Regards

Parthipan