Hello
I'm using the TMS570 as a SPI slave. I'm using the TG0 (transfer Group 0) in the MibSPI1.
The pattern I've used is
1) mibspiSetData
2) mibspiTransfer
3) while (!(mibspiIsTransferComplete(mibspiREG1,0))));
4) mibspiGetData
5) mibspiREG3->TGINTFLG |= 0x00010000U;
Is that correct? Do I need to specify step 5
mibspiREG3->TGINTFLG |= 0x00010000U;
in this way?
Best regards,