I use nRF52832 as a master to communicate with ads1292. then I want to config the ads1292, so i should send the register address and configuration data.But I don't know how to send data.I have looked the example in nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi\pca10040,there used the function APP_ERROR_CHECK(nrf_drv_spi_transfer(&spi, m_tx_buf, m_length, m_rx_buf, m_length));when i used this function i have some questions :first, when i just send dada but not receive ,how I config m_rx_buf and m_length ,is it I set null and 0? second,when I read data fron the ads1292 register,i should send an address ,then I can receive a 24 bit data,is it I must receive three times ?