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.

TMS320F28030: Loop Back Mode

Expert 1190 points

Part Number: TMS320F28030

Hi 

1. how is are the generated parameters in the loopback mode disabled,   after changing the mode. to none loop back,  the Tx is continues to transmit.

spi_fifo_init()
{
   
     SpiaRegs.SPICCR.all=0x001F; // 16-bit character, Loopback mode to     SpiaRegs.SPICCR.all=0x000F; // 16-bit character, Loopback mode2.

thanks