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.

CCS/TMS320F28388D: Convert from internal loopback to external loopback

Part Number: TMS320F28388D

Tool/software: Code Composer Studio

I would like to take the following program example: mcbsp_ex4_spi_loopback and convert it to loop back externally.  It seems to me that I should just comment out the line in the code that reads:

//
// Enable DLB mode. Comment out for non-DLB mode.
//
McBSP_enableLoopback(MCBSPA_BASE);

I'm probably missing the obvious but I looked for a clock signal and data on the GPIO pins and I have nothing.

Thanks in advance,

Bob