Hi All,
I'm trying to implement simple SPI driver in compatibility mode on TMS570 to do byte by byte transfer. I wish manually to drive the CS lines.
No I have problem that after transefring last byte to SPIDAT0->TXDATA register I can't check when the data are moved from shift register.
I can only check when they are copied from buffer to shift register (with SPIBUF->TXFULL).
How to make sure they are transfered out from shift register? Any ideas?