Hi,
I am using TI's TMS320F2812 DSP controller.
When I tried McBSP in Digital Loopback mode without compression, it is
working fine.
But the problem arises when I am trying to compand the data. For that I am
doing the following settings.
***********************************************************************************************************************************
SPCR1 = 0x8000 //digital loopback mode enabled
RWDLEN20b //corresponding to Wordlength of bits
RWDLEN10b //corresponding to Wordlength of bits
XWDLEN20b //corresponding to Wordlength of bits
XWDLEN10b //corresponding to Wordlength of bits
XCOMPANDb //Selects the u-Law companding at Transmitting side
RCOMPANDb //Selects the u-Law companding at Receiving side
***********************************************************************************************************************************
I am not able to get the data that I am transmitting. Is there anything else
that I am missing out somewhere?
--
With Regards,
OST






