This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52832 spi (PSEL.SCK) timing

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 transmittedbecause 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?

Parents Reply Children
No Data
Related