I want to use nrf52832 SPIM, In nRF52832_PS_V1.4 it described that "An SPI master transaction is started by triggering the START task.Following a START task, the SPI master will generate an END event when both ENDRX and ENDTX have been generated." ,then how can I know if one byte has been transmitted (not after all TX_BUF bytes is transmitted,because I want to add gaps between bytes)?
I used the code below(picture left),and the SPI timing is like the picture right.
My question is I want to add gaps between each 8 clock, just like bellow?