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