Hello Folks, I want to send an array of two bytes and read six bytes back . Even though I am using bellow function but the Oscilloscope shows only 4 bytes of clock cycles. What am I missing ?
spi_master_send_recv(SPI_MASTER_0, &tx_DARA0, 1, m_rx_data_spi,6);
Thank You