Hi,
i'm using SPI to transfer data divided into packets of 24 bit from NRF51 to a DAC. The function that allows to send data is:
spi_master_send_recv(SPI_MASTER_1, data_vector_tx, 3, data_vector_rx, 0);
Analyzing the MOSI signal and the clock signal…