I have a C6713 DSK board with a blank prototyping daughter board. I have it configured so that both of the serial channel bits in the CPLD register are 1 (off-board).
I am using the example code provided for writing to the mcBSP port using digital loopback mode, with modifications to set the CPLD register. I also have it printing out the DC_DET bit so I know it is recognizing the presence of the daughter card. It is a blank prototyping card that I haven't built anything on yet.
I want to read the transmit data from pin 36 (transmit data on the peripheral expansion connector), but I am not seeing anything coming out when I write to the serial port. The value remains a flat 3.16 V. The digital loopback code appears to be running correctly, however, because I put a printf in there when it write to the serial port. I'm just not seeing anything on the pin.
Is there something with using digital loopback mode or something else I need to do to make the data appear at the daughter card pin. I can see the clock signal on pin 33 ok.