I am trying to configure the McBSP using PSP drivers 1.30.01 on a C6748 processor. This is the bug I am seeing.
If I configure the clock polarity to Mcbsp_ClkPol_RISING_EDGE to capture data on the rising edge, it sets bit 0 of the PCR register to 0, which according to spra491A is capturing data on the falling edge.
Conversely, if I condifugre it for Mcbsp_ClkPol_FALLING_EDGE, it sets bit 0 of the PCR register to 1, which is to capture data on the rising edge.